Description Usage Arguments Examples
This function imports data that has already been downloaded from https://downloads.srwr.scot/export
1  | rw_import_scot(zip_file, dest_dir = tempdir())
 | 
zip_file | 
 a .zip file to process  | 
dest_dir | 
 destination  | 
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.