diff --git a/R/get_hosp_data.R b/R/get_hosp_data.R index 6242426..42e23d5 100644 --- a/R/get_hosp_data.R +++ b/R/get_hosp_data.R @@ -113,6 +113,7 @@ get_hosp_data <- function(area="flusurvnet", age_group="overall", # so help them out and move the year back and get current flu # season data. + return(file) } diff --git a/man/get_hosp_data.Rd b/man/get_hosp_data.Rd index ce68ecb..38f99ec 100644 --- a/man/get_hosp_data.Rd +++ b/man/get_hosp_data.Rd @@ -13,6 +13,7 @@ digit state abbreviation for an individual site. Exceptions are New York - Albany ("\code{nya}") and New York - Rochester ("\code{nyr}")} + \item{age_group}{a vector of age groups to pull data for. Possible values are: "\code{overall}", "\code{0-4y}", "\code{5-17y}, "\code{18-49y}, "\code{50-64y}, "\code{65+y}".}