sas_list: List contents of a SAS directory

View source: R/list.R

sas_listR Documentation

List contents of a SAS directory

Description

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


sas_connect()

sas_list(".")


sasquatch documentation built on Feb. 28, 2026, 1:07 a.m.