Replace0: Replaced by Empty

View source: R/Replace0.R

Replace0R Documentation

Replaced by Empty

Description

Replaced by Empty

Usage

Replace0(data, ...)

Arguments

data

can be number, strings, verctors, dataframe or matrix.

...

replaced stings

Value

replaced data

Examples

Replace0(data = 232,2)
Replace0(data = c(232,'a4b'),2,'.*4')

df = data.frame(
  a = c(232, 452),
  b = c("nba", "cba")
)
Replace0(data = df, 2,'a')


do documentation built on Sept. 12, 2024, 6:27 a.m.