View source: R/getTablesInRDBESHierarchy.R
getTablesInRDBESHierarchy | R Documentation |
Returns the tables for a given hierarchy
getTablesInRDBESHierarchy(
hierarchy,
includeOptTables = TRUE,
includeLowHierTables = TRUE,
includeTablesNotInSampHier = TRUE,
verbose = FALSE
)
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. |
A vector containing the 2-letter names of the tables in the requested hierarchy
getTablesInRDBESHierarchy(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.