Skip to content

Commit

Permalink
Mention us is option (#91)
Browse files Browse the repository at this point in the history
* added US as an option

* run document

* forgot to update NEWS
  • Loading branch information
natemcintosh authored and jkislin committed Nov 5, 2024
1 parent 1cf0d9a commit 675762f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@
* Read from new parameters schema
* Fix bugs in parameter reading from local test run
* Fix bugs in parameter reading from local test run
* Add "US" as an option in `state_abb`
2 changes: 1 addition & 1 deletion R/read_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @param data_path The path to the local file. This could contain a glob and
#' must be in parquet format.
#' @param disease One of "COVID-19" or "Influenza"
#' @param state_abb A two-letter uppercase abbreviation
#' @param state_abb A two-letter uppercase abbreviation. "US" is also an option
#' @param report_date The desired single report date
#' @param max_reference_date,min_reference_date The first and last reference
#' dates, inclusive, of the timeseries
Expand Down
2 changes: 1 addition & 1 deletion man/read_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 675762f

Please sign in to comment.