Description Usage Arguments Value
upload_acns()
validates and uploads ACNS data to the Shelby County SFTP
server.
1 2 3 4 5 6 | upload_acns(
.data,
path = "ACNS/ACNS_NBS.csv",
usr = Sys.getenv("sftp_usr"),
pwd = Sys.getenv("sftp_pwd")
)
|
.data |
ACNS data in a data frame or data frame extension |
path |
The location to save the file on the SFTP server |
usr |
The username for the SFTP server |
pwd |
The password for the SFTP server |
The input data (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.