relabel_raw_simple | R Documentation |
Relabel Raw Simple
relabel_raw_simple(data, before, after, regex = FALSE)
data |
IPV raw estimates (simple) |
before |
character; a vector of names to replace |
after |
character; a vector of replacement names |
regex |
logical; should items be renamed based on regular expressions for treatment of global section in nested data?; defaults to FALSE |
This function does not support regular expressions. Provide full names only.
the same data with renamed values / variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.