Description Usage Arguments Value Examples
Build a complete vector of variable names for the input data frame, var_info (for details on var_info, see [load_var_info]
1 | build_var_names(var_info)
|
var_info |
The variable information data frame |
A list of all variable names specified by var_info, accounting for left/right variables
1 2 3 4 5 6 7 8 9 | # Call build_var_names to generate expected column names in data
var_info_file <- syanalysis_name.file("extdata","US_var_info.csv",package="yada")
print(var_info_file)
var_info <- load_var_info(var_info_file) # load file using file path
head(var_info)
var_names <- build_var_names(var_info)
var_names[5:16]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.