| untabyl {janitor} | R Documentation |
tabyl attributes from a data.frame.Strips away all tabyl-related attributes from a data.frame.
untabyl(dat)
dat |
a data.frame of class |
Returns the same data.frame, but without the tabyl class and attributes.
mtcars %>% tabyl(am) %>% untabyl() %>% attributes() # tabyl-specific attributes are gone