pull_testing: Pull data from WEDSS for Testing Metrics

Description Usage Arguments Value Examples

View source: R/data_pull_fcns.R

Description

Pull data from WEDSS for Testing Metrics

Usage

1
pull_testing(bcd_query, lab_query, conn, test_vol_path, end_date = NULL)

Arguments

bcd_query

SQL query string for data from BCD table

lab_query

SQL query string for data from Lab 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.

test_Vol_path

.xlsx file containing testing volume target this file must have a worksheet named weekly and it pulls the second (Area) and third column (Current Month Targets).

Value

a data.frame

Examples

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

## End(Not run)

lcrayton18/State_package_burdenandtrajectory documentation built on July 19, 2020, 12:37 a.m.