R/load-stats19.R
read_stats19_ca.RdImport and format UK 'Stats19' road traffic casualty data
read_stats19_ca(data_dir = tempdir(), filename = "Casualties0514.csv")
| data_dir | Character string representing where the data is stored. If empty, R will attempt to download and unzip the data for you. |
|---|---|
| filename | Character string of the filename of the .csv to read in - default values are those downloaded from the UK Department for Transport (DfT). |
This is a wrapper function to access and load stats 19 data in a user-friendly way. The function returns a data frame, in which each record is a reported incident in the stats19 dataset.
Ensure you have a fast internet connection and at least 100 Mb space.
# NOT RUN { ca <- read_stats19_ca() # }