tbl_df | R Documentation |
tbl_df()
ensures legacy compatibility with some of my scripts since the function is deprecated in dplyr.
to_tbl()
also added for fun.
tbl_df(...)
to_tbl(...)
... |
optional parameters, but don't put anything here. It's just there to quell CRAN checks. |
This function takes a data frame and turns it into a tibble.
tbl_df(mtcars)
tbl_df(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.