Replace a given string.

replace_string(data, replace, with)

Arguments

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.

Value

A dataframe with the string replaced.

Examples

if (FALSE) { data <- replace_string(data, replace = 'NULL', with = ''); }