Learn R Programming

ukc19 (version 0.0.3)

nhs_app: NHS digital contact tracing activity

Description

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")

Arguments

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

Run this code
dplyr::glimpse(nhs_app)

Run the code above in your browser using DataLab