covid19sf_vaccine_demo {covid19sf}R Documentation

COVID-19 Vaccine Doses Given to San Franciscans by Demographics

Description

This dataset represents doses of COVID-19 vaccine administered in California to residents of San Francisco. The data is broken down by multiple demographic slices. The three dose types are counted separately, i.e. (1) first doses administered as a part of a two-dose vaccination, (2) second doses administered as part of a two-dose vaccination, and (3) single-dose vaccines administered. here

NOTE: This dataset is no longer supported and will be deprecated on the next release (v0.1.3). The covid19sf_population dataset is an alternative for covid19sf_vaccine_demo.

Usage

covid19sf_vaccine_demo

Format

An object class data.frame with 15 variables

overall_segment

Segment (universe) of analysis. Unique combination of administering_provider_type, age_group, and demographic_group. Filter to a single option to derive meaningful totals.

administering_provider_type

Providers included in a given overall_segment. Two possible values: 'All' (including SF DPH) or 'DPH Only'

age_group

Age range included in a given overall_segment

demographic_group

Type of demographic group included in a given overall_segment (e.g. Age, Race/Ethnicity)

demographic_subgroup

Specific demographic group counted in a given record (e.g. 16-24, Asian)

demographic_subgroup_sort_order

Numeric sort order for all demographic_subgroups. Convenient for maintaining consistent ordering across multiple data visualizations.

total_1st_doses

Total number of first doses administered

total_2nd_doses

Total number of second doses administered

total_single_doses

Total number of single dose vaccines administered

total_recipients

Total number of unique vaccine recipients

total_series_completed

Total number of individuals fully vaccinated (those having received the second dose of a two-dose vaccine or one dose of a single-dose vaccine)

subgroup_population

2018 5-year American Community Survey population estimates for given DEMOGRAPHIC_SUBGROUP

age_group_population

2018 5-year American Community Survey population estimates for overall AGE_GROUP

data_as_of

Timestamp for last update date in source system

data_loaded_at

Timestamp when the record (row) was most recently updated in Socrata

Details

The dataset contains a summary of COVID-19 vaccine doses given to San Franciscans by demographics

Source

San Francisco, Department of Public Health - Population Health Division through San Francisco Opne Data protal website.

Examples

data(covid19sf_vaccine_demo)

head(covid19sf_vaccine_demo)

[Package covid19sf version 0.1.2 Index]