Skip to content

Commit 3bf497c

Browse files
committed
docs: point out valid lists of locations.
This closes essue #287.
1 parent b7082fd commit 3bf497c

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

R/endpoints.R

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1833,8 +1833,6 @@ pub_nidss_flu <- function(
18331833

18341834
#' CDC NoroSTAT norovirus outbreaks
18351835
#' @description
1836-
#' \strong{This endpoind is currently inactive in the Epidata API.}
1837-
#'
18381836
#' This is point data only, and does not include minima or maxima.
18391837
#'
18401838
#' API docs: <https://cmu-delphi.github.io/delphi-epidata/api/norostat.html>
@@ -1851,8 +1849,9 @@ pub_nidss_flu <- function(
18511849
#' )
18521850
#' }
18531851
#' @inheritParams .epidatr_shared_params
1854-
#' @param locations character. Locations to fetch. Only full state names are
1855-
#' permitted in the list.
1852+
#' @param locations character. Locations to fetch. Only a specific list of
1853+
#' full state names are permitted. See the `locations` column in the
1854+
#' output of `pvt_meta_norostat()` for the allowed values.
18561855
#' @return [`tibble::tibble`]
18571856
#' @keywords endpoint
18581857
#' @export

man/covidcast_epidata.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pvt_norostat.Rd

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)