hub_locations | R Documentation |
Data set with available locations for the US hub
data(hub_locations)
hub_locations
A data frame with information and metadata about national, state, and county locations for the US. 3,200 observations on the following 6 variables.
fips
the FIPS code for each location
location_name
A non-abbreviated name for each location
population
the population of each location, taken from the JHU CSSE dataset
geo_type
geographical level, either "state" or "county", should match covidcast API definition
geo_value
two-character lowercase abbreviation for each state or a five-character fips code, to match covidcast API definition
abbreviation
two-character uppercase state abbreviation (i.e. the postal abbreviations) for each location
A data frame with 3200 rows and 6 columns:
FIPS code
Location name
Location population
Type of location
Location abbreviation or FIPS code
Corresponding state abbrevaition
Full location name with correponding state
JHU CSSE COVID Dashboard (https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data), covidcast API (https://github.com/cmu-delphi/covidcast), COVID-19 Forecast Hub (https://covid19forecasthub.org/).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.