Append a set of race iteration codes to an ACS table ID
Source:R/acs_table.R
acs_table_race_iteration.Rd
acs_table_race_iteration()
uses the race_iteration
reference data to
create or validate race iteration codes and create race iteration table IDs.
Arguments
- table
An ACS table ID string.
- codes
Character vector of race iteration codes to return. If
NULL
(default), codes is set toc("", race_iteration[["code"]])
.- error_call
The execution environment of a currently running function, e.g.
caller_env()
. The function will be mentioned in error messages as the source of the error. See thecall
argument ofabort()
for more information.