Skip to contents

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

Usage

sas_list(path)

Arguments

path

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

Value

No return value.

Examples

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