Convert edibble table to normal data frame
# S3 method for edbl_table
as.data.frame(x, ..., levels_as = "factor", ignore_numeric = TRUE)
An edibble table
Unused. i.e. don't coerce numeric factors.
Coerce the edibble factors to either "factor" or "character".
Whether to coerce numeric factors or not. Default is TRUE,