cdcfluview icon indicating copy to clipboard operation
cdcfluview copied to clipboard

package no longer seems to work for clinical data

Open shauntruelove opened this issue 1 year ago • 1 comments

I am trying to pull the clinical FluView data but am getting an error:

who_nrevss(region="state", years = 2021)

produces

Error in basename(nm) : a character vector argument expected In addition: Warning message: In unzip(tf, overwrite = TRUE, exdir = td) : error 1 in extracting from zip file

Manually using the function code, it seems to be doing something up to through the res <- httr::POST() call. However, when going to unzip the temp file, the .zip file is empty.

shauntruelove avatar Oct 13 '22 20:10 shauntruelove

Many thanks for the report. I'll see what hidden API changes occurred and can hopefully wire it back up soon.

hrbrmstr avatar Oct 13 '22 20:10 hrbrmstr