Description Usage Arguments Value Examples
Internal function to clean testing data
1 | clean_testing(lab, stg, end_date)
|
lab |
data.frame from Lab table pull |
stg |
data.frame from Staging table pull |
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. |
a data.frame
1 2 3 4 | ## Not run:
#write me an example
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.