setTb | R Documentation |
Set (back) to tibble
setTb(df, value = c("tbl_df", "tbl", "data.frame"))
df |
initial data |
value |
The old class |
library(data.table)
iris_test <- copy(tibble::as_tibble(iris))
setDT(iris_test)
iris_test
setTb(iris_test)
iris_test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.