match_from_xls_dict | R Documentation |
Extract and match variable names using an external Excel dictionary
match_from_xls_dict(df, xls_dict)
df |
Input dataframe |
xls_dict |
Excel spreadsheet containing 2 columns ('old' and 'new') that map the names of the variables in the input dataframe and the names of the variables in the output dataframe |
This function returns a dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.