Uploads a file to the remote SAS server.
Examples
if (FALSE) { # \dontrun{
sas_connect()
quarto_file <- system.file("sasquatch.qmd", package = "sasquatch")
sas_upload(quarto_file, "sasquatch.qmd")
} # }
Uploads a file to the remote SAS server.
if (FALSE) { # \dontrun{
sas_connect()
quarto_file <- system.file("sasquatch.qmd", package = "sasquatch")
sas_upload(quarto_file, "sasquatch.qmd")
} # }