Counter constructor.
Not a user-side function. Do not invoke directly.
counter_init(names = NULL)
names |
Character vector of names to add to the new counter. |
Creates a counter object as described at https://books.ropensci.org/targets-design/classes.html#counter-class.
A new counter object.
counter <- counter_init() counter_set_names(counter, letters)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.