define_variables: Define the variable names for the project by converting ugly...

Description Usage Arguments

Description

Define the variable names for the project by converting ugly data names into the names you want to use for functions like fetch().

Usage

1
define_variables(definition_list, data = get_data())

Arguments

definition_list

list. A list that maps the new variable name to the old ugly name. (e.g., list('age' = 'What.is.your.age'))

data.

The data to grap values from. This is assumed to be a three column melted dataframe, using reshape2 <http://cran.r-project.org/web/packages/reshape2/index.html>. The first column should contain IDs, the second column should contain variable names, and the third column should contain variable values.


peterhurford/surveytools documentation built on May 25, 2019, 1:51 a.m.