Description Usage Arguments Value Examples
get_zip_file downloads a zipfile from a specific URL and extracts all
of its contents into a specified folder.
| 1 | get_zip_file(url, extractdir)
 | 
| url | Address of zipfile | 
| extractdir | Folder to unzip to | 
The contents of the zipfile are extracted into extractdir
| 1 2 3 4 5 6 7 8 | zipfile <- "https://www.uktradeinfo.com/Statistics/Documents/exporters_2016archive_JulDec.zip"
dir <- "~/temp"
get_zip_file(zipfile, dir)
## Not run: 
get_zip_file("myfile.zip")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.