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
covid19sf_housing
An object class data.frame with 8 variables
Site ID
The site status, c("Active", "In Preparation")
The facility type, c("Hotel", "Safe Sleep", "Congregate", "RV")
The site type, c(""SIP: COVID-Negative/Unknown", "I/Q", "SS: COVID-Negative/Unknown", "SIP: Post-COVID")
Number of units occupied per site
Total number of units available
The population covid status, c("COVID Negative/Unknown", "COVID Positive", "Post-COVID")
Date which data was updated in YYYY-MM-DD format)
San Francisco, Department of Public Health - Population Health Division through San Francisco Opne Data protal website.
The dataset contains a summary of covid19 housing site in San Francisco by site, facility and covid19 status
data(covid19sf_housing)
head(covid19sf_housing)
#> site_id status facility_type site_type units_occupied
#> 1 1.0 Active Hotel SIP: COVID-Negative/Unknown 20
#> 2 2.0 Active Hotel SIP: COVID-Negative/Unknown 128
#> 3 4.0 Active Hotel SIP: COVID-Negative/Unknown 84
#> 4 5.0 Active Hotel SIP: COVID-Negative/Unknown 47
#> 5 7.0 Active Hotel SIP: COVID-Negative/Unknown 2
#> 6 8.0 Active Hotel I/Q 388
#> total_units population_covid_status date_updated
#> 1 62 COVID Negative/Unknown 2021-04-26
#> 2 144 COVID Negative/Unknown 2021-04-26
#> 3 117 COVID Negative/Unknown 2021-04-26
#> 4 63 COVID Negative/Unknown 2021-04-26
#> 5 69 COVID Negative/Unknown 2021-04-26
#> 6 77 COVID Positive 2021-04-26