replace_name_column_with_other | R Documentation |
Rpackage file: CleanRawData.R
replace_name_column_with_other(
main_column,
other_column1,
other_column2,
other_column3
)
main_column |
The column you are searching for "other" values in (e.g. crop_name) |
other_column1 |
The first "other" column you are searching through, e.g. "crops_other1" |
other_column2 |
The second "other" column you are searching through, e.g. "crops_other2" |
other_column3 |
The third "other" column you are searching through, e.g. "crops_other3" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.