
Last chance! 50% off unlimited learning
Sale ends in
Get file content from the Opal file system.
opal.file(opal, path, key = NULL)
Opal object.
Path to the file in the Opal file system.
File encryption key: downloaded file will be a zip file with content encrypted (use 7zip to decrypt).
Other file functions:
opal.file_cp()
,
opal.file_download()
,
opal.file_ls()
,
opal.file_mkdir_tmp()
,
opal.file_mkdir()
,
opal.file_mv()
,
opal.file_read()
,
opal.file_rm()
,
opal.file_upload()
,
opal.file_write()
# NOT RUN {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.file(o, '/home/administrator/joins/join-src-3.csv')
opal.logout(o)
# }
Run the code above in your browser using DataLab