as.data.frame.edbl_table | R Documentation |
Convert edibble table to normal data frame
## S3 method for class 'edbl_table'
as.data.frame(x, ..., levels_as = "factor", ignore_numeric = TRUE)
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, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.