add_names {evabic} | R Documentation |
Add names to a vector, with default names.
add_names(x, names = NULL, prefix = "x")
x |
A vector. |
names |
Vector of names to add. If |
prefix |
The prefix to add before default names. Useful only if
|
A named vector
add_names(month.name)