View source: R/glm_helper_functions.R
names_to_internal | R Documentation |
helper function to rename columns of input data.frame to internal nomenclature based on the variable mapping (vm) vector
names_to_internal(df, vm)
df |
a data.frame containing columns to be renamed to internal standards |
vm |
a named vector of columns in |
a modified version of df
with column names modified to use internal names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.