Prints information about the IRW datasets or a specific table.
Usage
irw_info(
table_name = NULL,
details = FALSE,
source = "core",
comp = FALSE,
sim = FALSE,
nom = FALSE
)Arguments
- table_name
Optional. Table name to describe; if
NULL, prints database‑level info.- details
Logical. When
TRUEandtable_nameisNULL, also prints a breakdown by dataset. Defaults toFALSE.- source
Character. Data source:
"core"(default),"nom","sim", or"comp".- comp
Deprecated. Use
source = "comp"instead.- sim
Deprecated. Use
source = "sim"instead.- nom
Deprecated. Use
source = "nom"instead.