report_regional_streamflow: Generate regional report on common flow metrics

Description Usage Arguments See Also Examples

View source: R/report_regional_streamflow.R

Description

run this command to render the net_diag report. The reports are then outputted to the report folder

Usage

1
report_regional_streamflow(output_type = "pdf", nr_region)

Arguments

output_type

the type of file to be outputted. Currently html and pdf are supported. defaults to pdf

nr_region

the natural resource region of British Columbia to focus report. See example for possible names.

See Also

Other report_generators: report_net_diagnostic, report_station

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 

nr_region_names <- c("Cariboo Natural Resource Region", "Kootenay-Boundary Natural Resource Region",
"Northeast Natural Resource Region", "Omineca Natural Resource Region",
"Skeena Natural Resource Region", "South Coast Natural Resource Region",
"Thompson-Okanagan Natural Resource Region", "West Coast Natural Resource Region")

report_regional_streamflow(output_type = "pdf", nr_region = nr_region_names[1])
report_regional_streamflow(output_type = "html", nr_region = "Omineca Natural Resource Region")

## End(Not run)

bcgov/hydrolook documentation built on May 2, 2021, 11:23 p.m.