resource.details: Get the details of a PIC-SURE resource.

View source: R/picsure.R

resource.detailsR Documentation

Get the details of a PIC-SURE resource.

Description

Get the details of a PIC-SURE resource.

Usage

resource.details(connection, resourceUUID, verbose = FALSE)

Arguments

connection

A PIC-SURE connection object.

resourceUUID

The UUID identity of a Resource hosted via the PIC-SURE connection.

verbose

(optional) set to TRUE to get debugging output

Value

A string containing details of the requested Resource.

Examples


#   myconn = picsure::connect(url="http://your.pic-sure.server/PIC-SURE/", token="your-security-token")
#   resources = picsure::list.resources(myconn)
#   picsure::resource.details(connection=myconn, resources[0])


hms-dbmi/pic-sure-r-client documentation built on March 18, 2023, 9:51 a.m.