Replace0 | R Documentation |
Replaced by Empty
Replace0(data, ...)
data |
can be number, strings, verctors, dataframe or matrix. |
... |
replaced stings |
replaced data
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.