replace: Replaces value to new value in specific column of a dataframe

View source: R/replace.R

replaceR Documentation

Replaces value to new value in specific column of a dataframe

Description

Replaces value to new value in specific column of a dataframe

Usage

replace(data, column, oldString, newString)

Arguments

data

A dataframe

column

A columnname as.character of the dataframe

oldString

Old value

newString

New value

Value

Replaced dataframe


WouterVerra/explorers documentation built on June 19, 2022, 3:56 p.m.