unattr | R Documentation |
Remove attributes from all variables of a dataframe
unattr(df)
df |
A dataframe |
A copy of df
with all attributes removed.
path <- system.file("examples", "iris.sav", package = "haven") df <- haven::read_sav(path) df %>% unattr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.