Make a user personal temporary folder in the Opal file system (make sure it does not exists).

opal.file_mkdir_tmp(opal)

Arguments

opal

Opal object.

Value

The path of the created folder.

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
# make a folder
path <- opal.file_mkdir_tmp(o)
opal.logout(o)
}