knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(explorys)
Connecting to the database is straightforward. Just pass in your username and password to the connect_to_data function
connect_to_data(username = "XXXX", password = "XXXX")
Getting demographics is also simple.
demographics = get_demographics(supermart = "supermart_xxx", sandbox = "sandbox_xxx", cohort = 'hypertension_cohort')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.