match_from_dict | R Documentation |
Extract and match variable names using a dictionary
match_from_dict(df, dictionary)
df |
Input dataframe |
dictionary |
Dataframe 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.