Replace0: Replaced by Empty

Description Usage Arguments Value Examples

View source: R/Replace0.R

Description

Replaced by Empty

Usage

1

Arguments

data

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

...

replaced stings

Value

replaced data

Examples

1
2
3
4
5
6
7
8
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')

yikeshu0611/do documentation built on Aug. 5, 2021, 4:17 p.m.