powered by
Reads 13c data from a BreathID file, and returns a structure of class breathtest_data.
breathtest_data
read_breathid(filename = NULL, text = NULL)
Structure of class breathtest_data
name of txt-file to be read
alternatively, text can be given as string
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