View source: R/set_derived_variables.R
| set_derived_variables | R Documentation | 
Takes labels from the Derived Variables excel file and applies them to the
passed data frame.
The excel sheet must have columns "varname" and "label".
set_derived_variables(data, path, sheet = NULL, drop = TRUE)
| data | Data frame | 
| path | Path to Derived Variables xls/xlsx file | 
| sheet | Sheet to read. Either a string (the name of a sheet), or an
integer (the position of the sheet). Ignored if the sheet is specified via
 | 
| drop | Logical indicating whether to drop unlabelled variables | 
Daniel D. Sjoberg
trial %>%
  set_derived_variables("derived_variables_sjoberg.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.