report_station: Station report generator

Description Usage Arguments Value See Also Examples

View source: R/report_station.R

Description

Commands to generate reports

Usage

1
report_station(output_type = "pdf", STATION_NUMBER = NULL)

Arguments

output_type

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

STATION_NUMBER

Water Survey of Canada station number. No default.

Value

Will output a report to a report/station_report directory

See Also

Other report_generators: report_net_diagnostic, report_regional_streamflow

Examples

1
2
3
report_station(output_type = "pdf", STATION_NUMBER = "08EB005")
report_station(output_type = "pdf", STATION_NUMBER = "08MF005")
report_station(output_type = "pdf", STATION_NUMBER = "07EA005")

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