listRemoteFiles: Get a list of files from the remote R session.

Description

Get a list of files in the working directory of the remote R session.

Usage

  listRemoteFiles()

Details

Complete documentation: https://go.microsoft.com/fwlink/?linkid=836352

Value

A character vector containing the file names in the working directory of the remote session.

See Also

getRemoteFile

deleteRemoteFile

putLocalFile

Examples


 ## Not run:

files<-listRemoteFiles()
## End(Not run)