View source: R/readwrite_gasanalyzer.R
read_gasexchange | R Documentation |
Data stored by write_gasexchange()
can be read by this method. The first
row is the header, the second row specify the units. File encoding must be
UTF-16LE (use the export as unicode txt option in Microsoft Excel).
read_gasexchange(filename, delim = "\t")
filename |
path to the input file |
delim |
delimiter to use for the file |
a tibble with gas-exchange data
example <- system.file("extdata//d13C.tsv", package = "gasanalyzer")
# read data
read_gasexchange(example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.