Learn R Programming

gasanalyzer (version 0.4.3)

read_gasexchange: Read gas-exchange data from a text file.

Description

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).

Usage

read_gasexchange(filename, delim = "\t")

Value

a tibble with gas-exchange data

Arguments

filename

path to the input file

delim

delimiter to use for the file

Examples

Run this code

example <- system.file("extdata", "d13C.tsv", package = "gasanalyzer")

# read data
read_gasexchange(example)

Run the code above in your browser using DataLab