Retrieve sub-units belonging to managed entities.
Usage
tce_sub_units(
...,
verbose = getOption("tceper.verbose", FALSE),
cache = TRUE,
clean_names = TRUE
)
Arguments
- ...
Named query parameters. Common: CodigoEfiscoUG.
- verbose
If TRUE, prints the final API URL.
- cache
If TRUE (default), returns cached results when available.
- clean_names
If TRUE (default), converts column names to snake_case.