
Generate HASP report
create_groundwater_report.RdOpens a template of the blanks sample report. Running the function will create a Rmd file. The file can be "knit" as-is, or adjusted before rendering.
Examples
if (FALSE) { # \dontrun{
create_groundwater_report("USGS-253029080295601",
report_name = "example_report",
report_folder = "reports",
output_type = "word")
create_groundwater_report("USGS-253029080295601",
report_name = "example_report",
report_folder = "reports",
output_type = "html")
} # }