powered by
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()
tbl_df(...)to_tbl(...)
to_tbl(...)
This function takes a data frame and turns it into a tibble.
optional parameters, but don't put anything here. It's just there to quell CRAN checks.
tbl_df(mtcars) tbl_df(iris)
Run the code above in your browser using DataLab