ridl_resource_show: Pull a RIDL resource

View source: R/resource.R

ridl_resource_showR Documentation

Pull a RIDL resource

Description

Pull a RIDL resource

Usage

ridl_resource_show(identifier, configuration = NULL)

rr_show(identifier, configuration = NULL)

Arguments

identifier

character, a RIDLResource id

configuration

RIDLConfig, the configuration used

Value

RIDLResource

Examples

## Not run: 
 # Setting the config to use RIDL default server
 ridl_config_set()
 res <- ridl_resource_show("98aa1742-b5d3-40c3-94c6-01e31ded6e84")
 res

## End(Not run)

dickoa/ridl documentation built on April 23, 2023, 7:14 p.m.