Skip to contents

Get details about a file from the Opal file system.

Usage

opal.file_info(opal, path)

Arguments

opal

Opal object.

path

Path to the file in the Opal file system.

Examples

if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.file_info(o, '/home/administrator/joins/join-src-3.csv')
opal.logout(o)
} # }