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