View source: R/as_and_untabyl.R
| untabyl | R Documentation |
tabyl attributes from a data.frame.Strips away all tabyl-related attributes from a data.frame.
untabyl(dat)
dat |
a |
the same data.frame, but without the tabyl class and attributes.
mtcars %>%
tabyl(am) %>%
untabyl() %>%
attributes() # tabyl-specific attributes are gone
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.