# NOT RUN {
# download data
x <- COVID19:::jhucsse_git(file = "US", cache = TRUE, level = 3, country = "USA")
# add iso
csv <- add_iso(x, iso = "USA", ds = "jhucsse_git", level = 3, map = c(
"id" = "id",
"state" = "administrative_area_level_2",
"city" = "administrative_area_level_3",
"pop" = "population",
"lat" = "latitude",
"lng" = "longitude",
"fips" = "key_numeric"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab