Description Usage Format Value Methods See Also Examples
Return an R object that will return association lists or association lists. This class provides object with methods for communication with RESTful services. This is low-level function and it is not recommended for an user to call this function.
1 |
R6Class object.
An R object of R6Class with methods that
communicate with Medusa or association lists.
Return an R object that will return association lists or association lists. Visit https://github.com/misasa/MedusaRClient/ for detail.
new()Return a new R object that corresponds to a port (or a connection) for association lists.
get(resource, id, params = NULL)Get record with resource as resource name, id as id, and params as list of query parameters
gets(resource, ids, params = NULL)Get record with resource as resource name, ids as list of ids, and params as list of query parameters
gets_sub(owner, id, resource, params = NULL)Get record with owner as parent resource name, id as id of parent record, resource as resource name, and params as list of query parameters
1 2 | conn <- Connection$new(list(uri="https://dream.misasa.okayama-u.ac.jp/pub/"))
record <- conn$get("specimens",23952)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.