Skip to contents

acs_table_race_iteration() uses the race_iteration reference data to create or validate race iteration codes and create race iteration table IDs.

Usage

acs_table_race_iteration(table, codes = NULL, error_call = caller_env())

Arguments

table

An ACS table ID string.

codes

Character vector of race iteration codes to return. If NULL (default), codes is set to c("", 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 the call argument of abort() for more information.

Value

A character vector of variable ID values for a single table.