Description Usage Arguments Value Examples
View source: R/as_and_untabyl.R
Strips away all tabyl
-related attributes from a data.frame.
1 | untabyl(dat)
|
dat |
a data.frame of class |
Returns the same data.frame, but without the tabyl
class and attributes.
1 2 3 4 | 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.