File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545# ' hub directory.
4646# ' @param hub_reports_path character, path to forecast hub
4747# ' reports directory.
48- # ' @param disease character, disease name ("covid" or "rsv").
49- # ' Used to derive hub name and file prefix.
48+ # ' @param disease character, disease name ("covid" or
49+ # ' "rsv"). Used to derive hub name and file prefix.
5050# ' @param horizons_to_include integer vector, horizons to
5151# ' include in the output. Default: c(0, 1, 2).
5252# ' @param population_data data frame with columns
5353# ' "location_name" and "population".
5454# ' @param excluded_locations character vector of location
5555# ' codes to exclude from the output. Default: character(0).
56- # ' @param output_format character, output file format.
57- # ' One of "csv", "tsv", or "parquet". Default: "csv".
56+ # ' @param output_format character, output file format. One
57+ # ' of "csv", "tsv", or "parquet". Default: "csv".
5858# '
5959# ' @export
6060get_map_data <- function (
You can’t perform that action at this time.
0 commit comments