jurisTable | R Documentation |
A dataset containing keys for jurisdiction information used on the COVID-19 project.
jurisTable popTable
A data frame with 30 rows and 7 variables:
Name of the county, city or region; character; [NVARCHAR](30)
Name of the region that the jurisdiciton is apart of; character: one of 'HCC', 'MARC', 'State', 'StateMARC', 'MARC_HCC', 'HCCRegion'; [NVARCHAR](10)
Name of the state that the jurisdiciton is apart of; character: one of 'KS', 'MO', NA; [NVARCHAR](2)
Unique GeoID code for the jurisdiciton (unique identifier); character; [NVARCHAR](10)
Population in the jurisdiciton (source: ACS data); integer; [INT]
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 34 rows and 2 columns.
jurisTable
and popTable
are just a subsets of Covid19MARCInternal::jurisdictionTable
with specific columns filtered
'Covid19MARCInternal::jurisdictionTable'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.