taking_names | R Documentation |
Takes a dataset (responses) and creates a new df with two columns: 1) the variable names of your original dataset, 2) the labels of those variables (question wording from a sav/rds file)
taking_names(dataset = responses)
dataset |
DEFAULT = responses; The name of the data frame for the function to use, typically responses |
names <- taking_names(mtcars)
responses <- mtcars
names <- taking_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.