Flash Sale | 50% off

Last chance! 50% off unlimited learning

Sale ends in


opalr (version 2.0.0)

opal.resource_exists: Check a resource reference exists

Description

Check whether a resource already exists in the project (and is visible by the requesting user).

Usage

opal.resource_exists(opal, project, resource)

Arguments

opal

Opal object.

project

Name of the project.

resource

Name of the resource in the project.

Value

A logical

See Also

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()

Examples

Run this code
# 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