View source: R/replace-values.R
ps_replace_values | R Documentation |
From argument may contain multiple values. Class of column is retained, except if coerced by replacement value.
ps_replace_values(x, columns = names(x), from, to = NA_character_)
x |
A data.frame, tibble, or sf object. |
columns |
A vector of character strings indicating columns to modify. |
from |
A vector of values to be replaced. |
to |
A value to replace with. |
The modified object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.