Skip to contents

Summary data collected as part of the NHS digital contact tracing app monitoring. This describes the number of alerts issued, and venue "check-ins".

Usage

data("nhs_app")

Format

An object of class tbl_df (inherits from tbl, data.frame) with 137 rows and 3 columns.

Details

date (date)

The date

alerts (int)

Number of alerts

visits (int)

Number of check-ins

Examples

dplyr::glimpse(nhs_app)
#> Rows: 137
#> Columns: 3
#> $ date   <date> 2020-09-24, 2020-10-01, 2020-10-08, 2020-10-15, 2020-10-22, 20…
#> $ alerts <int> 3662, 19182, 26882, 32257, 33081, 122847, 127805, 85882, 44571,
#> $ visits <int> 9260223, 11312764, 13363491, 14602432, 14226310, 14088053, 1606…