List content of a folder in the Opal file system.

opal.file_ls(opal, path)

Arguments

opal

Opal object.

path

Path to the folder in the Opal file system.

Examples

if (FALSE) {
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)
}