Get file content from the Opal file system.

opal.file(opal, path, key = NULL)

Arguments

opal

Opal object.

path

Path to the file in the Opal file system.

key

File encryption key: downloaded file will be a zip file with content encrypted (use 7zip to decrypt).

Examples

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