Learn R Programming

opalr (version 3.4.2)

opal.file_mkdir_tmp: Make a temporary folder

Description

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

Usage

opal.file_mkdir_tmp(opal)

Value

The path of the created folder.

Arguments

opal

Opal object.

See Also

Other file functions: opal.file(), opal.file_cp(), opal.file_download(), opal.file_ls(), opal.file_mkdir(), opal.file_mv(), opal.file_read(), opal.file_rm(), opal.file_unzip(), opal.file_upload(), opal.file_write()

Examples

Run this code
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)
}

Run the code above in your browser using DataLab