Pmlame: Return an R object that will return dataframe or dataframe

Description Usage Format Value Methods See Also Examples

Description

Return an R object that will return dataframe or dataframe. This class provides a coherent wrapper object-relational mapping for Medusa's RESTful web service.

Usage

1

Format

R6Class object.

Value

An R object of R6Class with methods that communicate with Medusa or dataframe.

Methods

Documentation

Return an R object that will return dataframe or dataframe. Visit https://github.com/misasa/MedusaRClient/ for detail.

new()

Return a new R object that corresponds to a port (or a connection) for dataframes.

read(global_id, options = NULL)

Return a dataframe of a record with global_id specified. Return a recursive dataframe when Recursivep is TRUE.

See Also

medusaRClient.read.pmlame and connection

Examples

1
2
3
4
global_id <- "20081202172326.hkitagawa"
conn <- Connection$new(list(uri="https://dream.misasa.okayama-u.ac.jp/pub/"))
obj <- Pmlame$new(conn)
pmlame <- obj$read(global_id, list(Recursivep=TRUE))

misasa/MedusaRClient documentation built on June 22, 2019, 1:52 a.m.