base_df | R Documentation |
dplyr
's tbl_df
data frame class and convert
to a standard/base data frame.The different type of data frame in dplyr
can cause failures for some
functions. base_df
degrades a tbl_df
to a base data frame.
base_df(df)
df |
A |
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.