covid19sf_housing {covid19sf}R Documentation

San Francisco COVID-19 Alternative Housing Sites

Description

This dataset includes aggregate data on the type, status, population served, and individuals placed at each alternative housing site under contract with HSA. More information about the data available here

Usage

covid19sf_housing

Format

An object class data.frame with 8 variables

site_id

Site ID

status

The site status, c("Active", "In Preparation")

facility_type

The facility type, c("Hotel", "Safe Sleep", "Congregate", "RV")

site_type

The site type, c(""SIP: COVID-Negative/Unknown", "I/Q", "SS: COVID-Negative/Unknown", "SIP: Post-COVID")

units_occupied

Number of units occupied per site

total_units

Total number of units available

population_covid_status

The population covid status, c("COVID Negative/Unknown", "COVID Positive", "Post-COVID")

date_updated

Date which data was updated in YYYY-MM-DD format)

Details

The dataset contains a summary of covid19 housing site in San Francisco by site, facility and covid19 status

Source

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

Examples

data(covid19sf_housing)

head(covid19sf_housing)

[Package covid19sf version 0.1.2 Index]