Description Usage Arguments Details Examples
This function imports data that has already been downloaded from http://downloads.roadworks.org/
1  | rw_import_elgin_ed(file_path)
 | 
file_path | 
 path to csv file or compressed file  | 
see base::read.csv
1 2 3 4 5 6  | ## Not run: 
zip_file = "data/01.zip"
d = rw_import_scot(zip_file)
ncol(d) # 74 columns
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.