tabyl
attributes from a data.frame.Strips away all tabyl
-related attributes from a data.frame.
untabyl(dat)
Returns the same data.frame, but without the tabyl
class and attributes.
a data.frame of class tabyl
.
mtcars %>%
tabyl(am) %>%
untabyl() %>%
attributes() # tabyl-specific attributes are gone
Run the code above in your browser using DataLab