writeData: writes out all data from the 'platexpress' object

Description Usage Arguments

View source: R/parsers.R

Description

calls write.csv for each data type and writes them to separate files names '<file>_<dataID>.csv'.

Usage

1
writeData(data, file, yids, xid, dtype = "data", verb = 1, ...)

Arguments

data

platexpress data object

file

either a character string naming a file or a connection open for writing. ‘""’ indicates output to the console.

yids

IDs of the data to be written; if missing, all data will written

xid

ID of a data-set in the input data that can be used as x-axis instead of the default Time vector

dtype

type of the data to be plotted, default is the main 'data', but e.g. 'orig' allows to plot the original data w/o processing (e.g. interpolation, blank correction, etc.)

verb

print messages if >1

...

arguments passed to write.csv


raim/platexpress documentation built on Jan. 18, 2022, 1:41 p.m.