Subfunction for generating reports. Needs to be called from ContDataQC(). Requires knitr() and pandoc. Different reports (in Word) are created using the RMD files in this package depending on the input fun.myFile.Prefix. Values are "QC", "DATA", or "STATS".
Station/SiteID.
data type; c("Air","Water","AW","Gage","AWG","AG","WG")
Start date for requested data. Format = YYYY-MM-DD.
End date for requested data. Format = YYYY-MM-DD.
Directory for import data. Default is current working directory.
Directory for export data. Default is current working directory.
Valid prefixes are "QC", "DATA", or "STATS". This determines the RMD to use for the output.
Report format (docx or html). Default is specified in config.R (docx). Can be customized in config.R; ContData.env$myReport.Format.
Report (rmd) template folder. Default is the package rmd folder. Can be customized in config.R; ContData.env$myReport.Dir.
Creates a Word file in the specified directory.
#Not intended to be accessed indepedant of function ContDataQC().