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.
| 1 | swap_by_ids(swap_list, variable, data = get_data())
 | 
| swap_list | list. A list mapping ids to the value that id should have
e.g.,  | 
| 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. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.