spiro_import {spiro} | R Documentation |
Import raw data from spiroergometric devices (deprecated)
Description
This function has been deprecated as of package version 0.2.0
. It will
be removed in the next version release. Please use spiro
for
automated import and processing or spiro_raw
to import only raw
data.
Usage
spiro_import(file, device = NULL, anonymize = TRUE)
Arguments
file |
The absolute or relative path of the file that contains the gas exchange data. |
device |
A character string, specifying the device for measurement. By
default the device type is guessed by the characteristics of the
|
anonymize |
Whether meta data should be anonymized during import.
Defaults to TRUE. See |
[Package spiro version 0.2.1 Index]