Skip to contents

Lists the files or directories of a directory within the remote SAS server.

Usage

sas_list(path)

Arguments

path

string; Path of directory on remote SAS server to list the contents of.

Value

character vector; File or directory names.

See also

Other file management functions: sas_file_copy(), sas_file_download(), sas_file_exists(), sas_file_remove(), sas_file_upload()

Examples

if (FALSE) { # \dontrun{
sas_connect()
sas_list(".")
} # }