swap_by_ids: Given a melted data frame, a list of ids mapping to what...

Description Usage Arguments

Description

Given a melted data frame, a list of ids mapping to what their value should be for a given variable, and the name of that variable in the dataframe, perform the desired translation. Useful in interpolation.

Usage

1
swap_by_ids(swap_list, variable, data = get_data())

Arguments

swap_list

list. A list mapping ids to the value that id should have e.g., list(1 = 'cat', 2 = 'dog', 3 = 'dog')

variable

character. The name of the variable where the replacement occurs.

data.

The data to be transformed. 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.