dbTableList | R Documentation |
List names of the tables in the MFE database
dbTableList(fpath = dbdir, dbname = db)
fpath |
By default, the |
dbname |
A character string containing the name of the .db file you want to access. By default, the globally-defined |
A vector of table names
#dbdir <- here("currentDB")
#db <- "MFEdb.db" # though note that it's best practice to specify
# a database version with date attached.
#dbTableList(dbdir, db) # in this case, equivalent to dbTableList()
# or dbTableList(fpath = dbdir, dbname = db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.