taking_names: Create a dataframe of varaible names and labels

View source: R/taking_names.R

taking_namesR Documentation

Create a dataframe of varaible names and labels

Description

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)

Usage

taking_names(dataset = responses)

Arguments

dataset

DEFAULT = responses; The name of the data frame for the function to use, typically responses

Examples

names <- taking_names(mtcars)

responses <- mtcars
names <- taking_names()

nick-moffitt/orderlabel documentation built on Nov. 9, 2023, 6:39 p.m.