R-outbreak-info icon indicating copy to clipboard operation
R-outbreak-info copied to clipboard

Issues with location lookup in getEpiData

Open flaneuse opened this issue 2 years ago • 0 comments

x = getEpiData(name = c("Los Angeles-Long Beach-Anaheim", "Detroit-Warren-Dearborn, MI", "New Orleans-Metairie, LA")) -- > LA gets dropped

x = getEpiData(name = c("Los Angeles-Long Beach-Anaheim, CA", "Detroit-Warren-Dearborn, MI", "New Orleans-Metairie, LA"))
x %>% count(name)

--> LA missing data

x = getEpiData(name = c("Los Angeles", "Detroit-Warren-Dearborn, MI", "New Orleans-Metairie, LA")) --> LA dropped

x = getEpiData(name = "Los Angeles") --> throws error (no data found?)

flaneuse avatar Oct 11 '21 19:10 flaneuse