powered by
Deprecated way to convert an object to a tidytable. Please use as_tidytable().
as_tidytable()
as_dt(x)
An R object
# NOT RUN { test_df <- data.frame(x = -2:2, c(rep("a", 3), rep("b", 2))) test_df %>% as_tidytable() # }
Run the code above in your browser using DataLab