# All Patients Table
db_function_all_patients_table_template <- readLines('data-raw/templates/template_all_patients_table')
usethis::use_data(db_function_all_patients_table_template, overwrite = T)
# Subject Table
db_function_subject_table_template <- readLines('data-raw/templates/template_subject_table')
usethis::use_data(db_function_subject_table_template, overwrite = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.