read_breathid: Read BreathID file

View source: R/read_breathid.R

read_breathidR Documentation

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)

Arguments

filename

name of txt-file to be read

text

alternatively, text can be given as string

Value

Structure of class breathtest_data

Examples

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

dmenne/breathtestcore documentation built on Feb. 2, 2024, 6:12 p.m.