cbk.download.pmlame: Download analysis records from Medusa and return a pmlame

Description Usage Arguments Value See Also Examples

View source: R/cbk.download.pmlame.R

Description

Download analysis records from Medusa and return a pmlame. The pmlame is stored in a temporary directory as a TBLAME.csv unless specified. Note with the same arguments, this function downloads only once per an R session.

Usage

1
2
cbk.download.pmlame(stone, opts = NULL, file = NULL,
  tableunit = "none", force = FALSE, verbose = TRUE)

Arguments

stone

Unique identification number of stones in Medusa.

file

File path to save downloaded TBLAME.csv. Default is a temporary file in a temporary directory.

tableunit

Output unit that will be resolved by cbk.convector() (default: "none").

force

Force download a pmlame (default: FALSE).

Value

A pmlame with unit organized.

See Also

cbk.download.casteml, and https://github.com/misasa/casteml

Examples

1
pmlame <- cbk.download.pmlame("20081202172326.hkitagawa")

misasa/chelyabinsk documentation built on Nov. 24, 2020, 5:47 a.m.