Description Usage Arguments Value
View source: R/replace_multiple_values.R
A function for switching values in one list, using a named list. Useful in the case where you need exact conversion. For example, if your list includes any values which are likely to overlap (e.g. man and woman.)
1 | replace_multiple_values_exact(original_list, conversion_list)
|
original_list |
The list you would like to convert |
conversion_list |
The named list you will use conversion |
Returns the converted list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.