read_casualties: Read in STATS19 road safety data from .csv files downloaded.

Description Usage Arguments Details Examples

View source: R/read.R

Description

Read in STATS19 road safety data from .csv files downloaded.

Usage

1
2
read_casualties(year = NULL, filename = "", data_dir = tempdir(),
  format = TRUE)

Arguments

year

Single year for which data are to be read

filename

Character string of the filename of the .csv to read, if this is given, type and years determine whether there is a target to read, otherwise disk scan would be needed.

data_dir

Where sets of downloaded data would be found.

format

Switch to return raw read from file, default is TRUE.

Details

The function returns a data frame, in which each record is a reported casualty in the STATS19 dataset.

Examples

1
2
dl_stats19(year = 2017, type = "casualties")
casualties = read_casualties(year = 2017)

ITSLeeds/stats19 documentation built on May 4, 2019, 7:35 a.m.