Learn R Programming

breathtestcore (version 0.8.7)

read_breathid: Read BreathID file

Description

Reads 13c data from a BreathID file, and returns a structure of class breathtest_data.

Usage

read_breathid(filename = NULL, text = NULL)

Value

Structure of class breathtest_data

Arguments

filename

name of txt-file to be read

text

alternatively, text can be given as string

Examples

Run this code
filename = btcore_file("350_20043_0_GER.txt")
# Show first lines
cat(readLines(filename, n = 10), sep="\n")
#
bid = read_breathid(filename)
str(bid)

Run the code above in your browser using DataLab