medusaRClient.read.pmlame: Get pmlame json from medusa and return a dataframe of pmlame

Description Usage Arguments Details Value Examples

Description

Get pmlame json from medusa and return a dataframe of pmlame.

Usage

1
medusaRClient.read.pmlame(pmlame_or_stone, opts = NULL, verbose = TRUE)

Arguments

pmlame_or_stone

A dataframe that already converted or stone-ID.

opts

List of further options for plot. options are: - 'Recursivep' is an option whether to get whole family's information.

verbose

Output debug info (default: TRUE).

Details

This function converts a json data which is from medusa ([medusa_host]/records/[global_id]/pmlame.json) to a dataframe and read it.

Value

A dataframe with unit organized. https://github.com/misasa/MedusaRClient

Examples

1
2
global_id <- "20081202172326.hkitagawa"
pmlame <- medusaRClient.read.pmlame(global_id)

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