convertAny | R Documentation |
Converts all instances of a value in a data frame or vector to a specified value.
convertAny(dataset, change.from = NA, change.to = "****")
dataset |
A data frame or vector of values. |
change.from |
The value present in the data frame or vector that should be changed. The default value is NA. |
change.to |
The value to which 'change.from' should be changed to. The default value is "****". |
A data frame or vector in which 'change.from' has been converted to 'change.to'.
dataset <- convertAny(sHLAdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.