Last chance! 50% off unlimited learning
Sale ends in
Check whether a resource already exists in the project (and is visible by the requesting user).
opal.resource_exists(opal, project, resource)
Opal object.
Name of the project.
Name of the resource in the project.
A logical
Other project functions:
opal.project_create()
,
opal.project_delete()
,
opal.project_exists()
,
opal.projects()
,
opal.project()
,
opal.resource_create()
,
opal.resource_get()
,
opal.resources()
,
opal.resource()
# NOT RUN {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.resource_exists(o, 'RSRC', 'CNSIM1')
opal.logout(o)
# }
Run the code above in your browser using DataLab