powered by
tbl_dt(data)
if (require("data.table")) { ds <- tbl_dt(mtcars) ds as.data.table(ds) as.tbl(mtcars) }
Run the code above in your browser using DataLab