PicSureConnectionAPI | R Documentation |
R6 class used by other Resource-oriented packages to communicate in a standard way with a Resource hosted on a PIC-SURE network.
PicSureConnectionAPI
PicSureConnectionAPI
object.
Object of R6Class
with methods for connecting to PIC-SURE network.
For full documentation of each method go to https://github.com/hms-dbmi/pic-sure-r-client
new(url, token)
This method is used to create object of this class.
info(resource_uuid)
This method is used by other packages...
search(resource_uuid, query)
This method is used by other packages...
asynchQuery(resource_uuid, query)
This method is used by other packages...
synchQuery(resource_uuid, query)
This method is used by other packages...
queryStatus(resource_uuid, query_uuid)
This method is used by other packages...
queryResult(resource_uuid, query_uuid)
This method is used by other packages...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.