Skip to contents

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

if (FALSE) {
 # Setting the config to use RIDL default server
 ridl_config_set()
 res <- ridl_resource_show("98aa1742-b5d3-40c3-94c6-01e31ded6e84")
 res
}