cbk.read.ionml: Read IONML file and return an ionlame

Description Usage Arguments Value See Also Examples

View source: R/cbk.read.ionml.R

Description

Read IONML file and return an ionlame

Usage

1
cbk.read.ionml(ionml.xml, representative_time = FALSE, verbose = TRUE)

Arguments

ionml.xml

An IONML file created in advance using appropriate script dedicated for device.

representative_time

Flag to compress timelame into single column (default: FALSE).

verbose

Output debug info (default: TRUE).

Value

A dataframe with mean and time columns.

See Also

ionml.convert.qtegracsv2ioncsv, ionml.convert.ioncsv, and https://github.com/misasa/casteml

Examples

1
2
3
ionmlfile <- cbk.path("ref_cpx_klb1@1.xml")
message(sprintf("The ionmlfile is located at |%s|.",ionmlfile))
ionlame   <- cbk.read.ionml(ionmlfile)

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