replace_string: Replace text string across database

View source: R/repair_and_replace.R

replace_stringR Documentation

Replace text string across database

Description

Replace a given string.

Usage

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

## Not run: 
data <- replace_string(data, replace = 'NULL', with = '');

## End(Not run)

softloud/sysrevdata documentation built on June 7, 2022, 1:21 p.m.