Description Usage Arguments Details Value Examples
Function to get the names of the variables included in the relational data base.
1 |
filePath |
Path of an existing |
includeMeta |
Should the variable names of the |
Extracts names of all variables included in the relational data base, structured as a list with the individual data tables as elements. The ordering in the list is equivalent to the merge order used when data is pulled from the data base.
Returns a named list of character vectors with the variables names included in the data tables.
1 2 3 4 5 6 7 8 | db_path <- system.file("extdata", "example_dataBase.db", package = "eatDB")
varNames <- dbNames(db_path)
## Names of data tables
names(varNames)
## Variable names in data table "NoImp"
varNames$NoImp
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.