Skip to contents

Convert edibble table to normal data frame

Usage

# S3 method for edbl_table
as.data.frame(x, ..., levels_as = "factor", ignore_numeric = TRUE)

Arguments

x

An edibble table

...

Unused. i.e. don't coerce numeric factors.

levels_as

Coerce the edibble factors to either "factor" or "character".

ignore_numeric

Whether to coerce numeric factors or not. Default is TRUE,