Learn R Programming

ukc19 (version 0.0.3)

timeline: Timeline of events

Description

Major events in the UK COVID-19 pandemic, limited to lock-downs, vaccination roll-out and first identification of major variants.

Usage

data("timeline")

Arguments

Format

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

Details

label (chr)

The event

start (date)

The start date

end (date)

The end date if a period

Examples

Run this code
dplyr::glimpse(timeline)

Run the code above in your browser using DataLab