opal.file_ls: List content of a folder

View source: R/opal.file.R

opal.file_lsR Documentation

List content of a folder

Description

List content of a folder in the Opal file system.

Usage

opal.file_ls(opal, path)

Arguments

opal

Opal object.

path

Path to the folder in the Opal file system.

See Also

Other file functions: opal.file_cp(), opal.file_download(), opal.file_mkdir_tmp(), opal.file_mkdir(), opal.file_mv(), opal.file_read(), opal.file_rm(), opal.file_unzip(), opal.file_upload(), opal.file_write(), opal.file()

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
# list content of a folder
opal.file_ls(o, '/home/administrator')
opal.logout(o)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.