View source: R/read_breathid.R
read_breathid | R Documentation |
Reads 13c data from a BreathID file, and returns a structure
of class breathtest_data
.
read_breathid(filename = NULL, text = NULL)
filename |
name of txt-file to be read |
text |
alternatively, text can be given as string |
Structure of class breathtest_data
filename = btcore_file("350_20043_0_GER.txt")
# Show first lines
cat(readLines(filename, n = 10), sep="\n")
#
bid = read_breathid(filename)
str(bid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.