View source: R/repair_and_replace.R
replace_string | R Documentation |
Replace a given string.
replace_string(data, replace, with)
data |
A dataframe containing rows of systematic review data. |
replace |
A string to be replaced across the dataframe. |
with |
A string used to replace the above string. |
A dataframe with the string replaced.
## Not run: data <- replace_string(data, replace = 'NULL', with = ''); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.