covid19sf_test_loc {covid19sf} | R Documentation |
San Francisco COVID-19 Testing Locations
Description
A list of testing locations including address and coordinates for mapping. More information about the data available here
Usage
covid19sf_test_loc
Format
An object class sf and data.frame with 17 variables
- id
Location ID
- medical_home
Medical home
- name
The medical name
- address
The medical address
- phone_number
The medical phone number
- phone_number_formatted
The medical phone number formatted
- testing_hours
The medical testing hours
- popup_or_permanent
The medical testing type, c("Permanent", "Pop-Up" )
- location_type
The medical location type, c("Private", "Public" )
- eligibility
Eligibility information for accessing testing at this location
- cta_text
The call to action used for the web map
- cta_link
The call to action link for the button on the web map
- sample_collection_method
The method for collecting samples at the lab
- lap
The lab name
- latitude
The medical latitude point
- longitude
The medical longitude point
- geometry
The medical geometry details
Details
The dataset contains the San Francisco testing location information
Source
San Francisco, Department of Public Health - Population Health Division through San Francisco Opne Data protal website.
Examples
data(covid19sf_test_loc)
head(covid19sf_test_loc)