relabel_simple {IPV} | R Documentation |
Relabel Simple
Description
Relabel Simple
Usage
relabel_simple(data, before, after, regex = FALSE)
Arguments
data |
IPV 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 |
Details
This function does not support regular expressions. Provide full names only.
Value
the same data with renamed values / variables
[Package IPV version 1.0.0 Index]