Description Usage Arguments Examples
View source: R/download_zip_server.R
ruf
1 2 3 4 5 6 7 8 9 10 | download_zip_server(
url,
params,
save_filename,
save_path,
overwrite_zip = F,
unzip = T,
unzip_folder = NA,
remove_zip = F
)
|
url |
class: string |
params |
class: list |
save_filename |
class: string |
save_path |
class: string |
overwrite_zip |
class: boolean |
unzip |
class: boolean |
unzip_folder |
class: boolean |
remove_zip |
class: boolean |
1 | download_zip_server(url, params, save_filename, save_path, unzip=T, remove_zip=F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.