Description Usage Arguments Author(s) Examples
Download files published on gov.uk publications
1 2 3 4 5 | download_files(directory, limit = NULL, type = c("all", "csv", "xls",
"pdf"))
govuk_download_files(directory, limit = NULL, type = c("all", "csv", "xls",
"pdf"))
|
directory |
Specify directory for download |
limit |
Numeric value, setting the limit of the number of downloaded files, NULL (all files that meet the criteria) by default |
type |
File type of downloaded documents. See
or Adobe Acrobat(.pdf) files
|
Tom Paskhalis
1 2 3 4 | ## Not run:
download_files(tempdir(), limit = 10, type = "csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.