Description Usage Arguments Details Examples
Read in stats19 road safety data from .csv files downloaded.
1 2  | read_vehicles(year = NULL, filename = "", data_dir = tempdir(),
  format = TRUE)
 | 
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   | 
The function returns a data frame, in which each record is a reported vehicle in the STATS19 dataset for the data_dir and filename provided.
1 2  | dl_stats19(year = 2009, type = "vehicles")
ve = read_vehicles(year = 2009)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.