dic_haven | R Documentation |
Create haven labels and value labels from dic
dic_haven(data, overwrite = TRUE)
data |
A data frame containing |
overwrite |
Logical. If |
A data frame with haven labels and value labels
ex_itrf_copy <- haven_dic(ex_itrf, remove_haven_class = TRUE)
ex_itrf_copy <- dic_haven(ex_itrf)
identical(ex_itrf, ex_itrf_copy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.