covid19sf_tests {covid19sf}R Documentation

San Francisco COVID-19 Tests

Description

Case information on COVID-19 Laboratory testing. This data includes a daily count of test results reported, and how many of those were positive, negative, and indeterminate. Reported tests include tests with a positive, negative or indeterminate result. Indeterminate results, which could not conclusively determine whether COVID-19 virus was present, are not included in the calculation of percent positive. Testing for the novel coronavirus is available through commercial, clinical, and hospital laboratories, as well as the SFDPH Public Health Laboratory. More information about the data available here

Usage

covid19sf_tests

Format

An object class data.frame with 6 variables

specimen_collection_date

date which case was recorded in YYYY-MM-DD format.

tests

Daily tests count

pos

Number of positive cases

pct

Percentage of positive cases

neg

Number of negative cases

indeterminate

Number of indeterminate cases

Details

A daily COVID-19 testing results report

Source

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

Examples

data(covid19sf_tests)

head(covid19sf_tests)

[Package covid19sf version 0.1.2 Index]