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