invert_value_and_names {tidytidbits} | R Documentation |
Inverting name and value
Description
Inverting name and value
Usage
invert_value_and_names(v)
Arguments
v |
A named vector |
Value
A vector where names(v) are the values and the values of v are the names
[Package tidytidbits version 0.3.2 Index]