counter_set_names: Add data to an existing counter object.

View source: R/class_counter.R

counter_set_namesR Documentation

Add data to an existing counter object.

Description

Not a user-side function. Do not invoke directly.

Usage

counter_set_names(counter, names)

Arguments

counter

A counter object, defined for internal purposes only.

names

Character vector of names to add to the counter.

Value

NULL (invisibly)

Examples

counter <- counter_init()
counter_set_names(counter, letters)

tarchetypes documentation built on Oct. 4, 2023, 5:08 p.m.