replace_string.RdReplace 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.
if (FALSE) { data <- replace_string(data, replace = 'NULL', with = ''); }