upload_acns: Upload ACNS File to SFTP Server

Description Usage Arguments Value

View source: R/upload_acns.R

Description

upload_acns() validates and uploads ACNS data to the Shelby County SFTP server.

Usage

1
2
3
4
5
6
upload_acns(
  .data,
  path = "ACNS/ACNS_NBS.csv",
  usr = Sys.getenv("sftp_usr"),
  pwd = Sys.getenv("sftp_pwd")
)

Arguments

.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

Value

The input data (invisibly)


jesse-smith/covidsms documentation built on Dec. 25, 2021, 4:24 a.m.