mutate_label | R Documentation |
Labelled are used to get right labels when saving to spss using package haven
mutate_label(x)
x |
Vector |
Labelled
df <- data.frame(cars = 1:3) attr(df$cars, "map") <- data.frame(levels = 1:3, labels = c("Volvo", "Saab", "Opel")) df <- dplyr::mutate_if(df, check_attr, mutate_label)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.