View source: R/download_generic.R
download_servu | R Documentation |
Download Lab File from Serv-U
download_servu( date = Sys.Date(), usr = Sys.getenv("sftp_usr"), pwd = Sys.getenv("sftp_pwd"), remote_dir, local_dir = "V:/EPI DATA ANALYTICS TEAM/AEL Data/", new_file = NULL )
date |
A |
usr |
The username to pass to the SFTP site. Ideally, this should be stored in an Renviron file and not in a script. |
pwd |
The password to pass to the SFTP site. Ideally, this should be stored in an Renviron file and not in a script. |
remote_dir |
A string indicating the directory on Serv-U that should contain the file |
local_dir |
A string indicating the directory on the local system in which to save the file |
new_file |
A string indicating the new file name to save the data under. Currently not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.