# NOT RUN {
## Create a connection to OxCOVID19 Database
con <- connect_oxcovid19()
## Get epidemiology table
get_table(con = con, tbl_name = "epidemiology")
## Get epidemiology and weather tables
get_tables(con = con, tbl_names = c("epidemiology", "weather"))
# }
Run the code above in your browser using DataLab