Skip to content

nhsn doesn't appear on covidcast_epidata() source or signal lists #300

Closed
@brookslogan

Description

@brookslogan

but it seems from doc pages (nhsn, hhs) that it should appear? This might be an upstream metadata issue.

library(epidatr)
#> ! epidatr cache is being used (set env var EPIDATR_USE_CACHE=FALSE if not
#>   intended).
#> ℹ The cache directory is ~/.cache/R/epidatr.
#> ℹ The cache will be cleared after 14 days and will be pruned if it exceeds 4096
#>   MB.
#> ℹ The log of cache transactions is stored at ~/.cache/R/epidatr/logfile.txt.
library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> 
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> 
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union
cce <- covidcast_epidata()
"hhs" %in% names(cce$sources)
#> [1] TRUE
"nhsn" %in% names(cce$sources)
#> [1] FALSE
"hhs" %in% (cce$signals %>% as_tibble() %>% .$source)
#> [1] TRUE
"nhsn" %in% (cce$signals %>% as_tibble() %>% .$source)
#> [1] FALSE

Created on 2025-01-29 with reprex v2.1.1

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions