add_db_directory | R Documentation |
Adds a directory for a small DB and creates an entry in the db build status log
add_db_directory(
project_name,
base_path = "/Shared/AML/small_dbs",
sources = c("ccae", "mdcr", "medicaid"),
years = 1:21,
medicaid_years = 14:18,
param_path = "/Shared/AML/params"
)
project_name |
a name for the project. This should also correspond to a disease group in the codeBuildr package |
base_path |
a path of where to build the db |
sources |
the sources to pull data from |
years |
the years to pull data for |
medicaid_years |
the years of medicaid data to pull from |
param_path |
the path to the parameter folder |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.