View source: R/class_counter.R
counter_init | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.