Description Usage Arguments Value
View source: R/upload_positive.R
upload_positive() uploads data from prep_positive() to the ACNS SFTP
site for inclusion in the following day's ACNS_DAILY_OUT file.
1 2 3 4 5 6  | upload_positive(
  .data = prep_positive(),
  path = "nbs_cumulative.xlsx",
  usr = Sys.getenv("acns_usr"),
  pwd = Sys.getenv("acns_pwd")
)
 | 
.data | 
 A   | 
path | 
 The location to save the data on the SFTP server  | 
usr | 
 The username for the SFTP server  | 
pwd | 
 The password for the SFTP server  | 
.data (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.