Returns the tables for a given hierarchy
Source:R/getTablesInRDBESHierarchy.R
getTablesInRDBESHierarchy.RdReturns the tables for a given hierarchy
Usage
getTablesInRDBESHierarchy(
hierarchy,
includeOptTables = TRUE,
includeLowHierTables = TRUE,
includeTablesNotInSampHier = TRUE,
verbose = FALSE
)Arguments
- hierarchy
Integer value between 1 and 13 inclusive
- includeOptTables
Include any optional tables? Default value is TRUE
- includeLowHierTables
Include the lower hierarchy tables? Default value is TRUE
- includeTablesNotInSampHier
Include tables that aren't sampling units in that hierarcy? Default value is TRUE
- verbose
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE.