counter_set_names {tarchetypes} | R Documentation |
Not a user-side function. Do not invoke directly.
counter_set_names(counter, names)
counter |
A counter object, defined for internal purposes only. |
names |
Character vector of names to add to the counter. |
NULL
(invisibly)
counter <- counter_init()
counter_set_names(counter, letters)