Skip to contents

Uploads a file to the remote SAS server.

Usage

sas_upload(local_path, sas_path)

Arguments

local_path

Path of file on local machine to be uploaded.

sas_path

Path to upload local file to on the remote SAS server.

Value

No return value.

Examples

if (FALSE) { # \dontrun{
sas_connect()

quarto_file <- system.file("sasquatch.qmd", package = "sasquatch")
sas_upload(quarto_file, "sasquatch.qmd")
} # }