pull_testing: Pull data from WEDSS for Testing Metrics

Description Usage Arguments Value Examples

Description

Pull data from WEDSS for Testing Metrics

Usage

1
pull_testing(lab_query, stg_query, conn, end_date = NULL)

Arguments

lab_query

SQL query string for data from Lab table

stg_query

SQL query string for data from Staging table

conn

connection to database (see odbcConnect) or OdbcConnection

end_date

(default = NULL) If specified it is the end date of the time series that you wish to analyze. It should be something coercible to Date format with as.Date. If you want all data leave it blank.

Value

a data.frame

Examples

1
2
3
4
## Not run: 
  #write me an example please.

## End(Not run)

carlbfrederick/ohiCovidMetrics documentation built on Jan. 10, 2022, 12:20 p.m.