Skip to content

Commit 7ea71f2

Browse files
committed
minor comment update
1 parent f7497d4 commit 7ea71f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/get_map_data.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
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
6060
get_map_data <- function(

0 commit comments

Comments
 (0)