You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, unioncce<- 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
but it seems from doc pages (nhsn, hhs) that it should appear? This might be an upstream metadata issue.
Created on 2025-01-29 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: