Description Usage Arguments Value Note Examples
View source: R/datautilities.R
global replace of values from a data frame
1 | replacedf(dat, from, to)
|
dat |
A data frame |
from |
value to replace |
to |
new value |
A dataframe
All occurences of "from" or replaced with "to" even partial strings or individual numbers within a numeric value
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.