powered by
Reads composite files with 13C data from IRIS/Wagner Analysen. The composite files start as follows:
"Testergebnis" "Nummer","1330" "Datum","10.10.2013" "Testart"
read_iris(filename = NULL, text = NULL)
List of class breathtest_data with file_name, patient_name, patient_first_name, test, identifikation, and data frame data with time
breathtest_data
file_name, patient_name, patient_first_name, test, identifikation
data
time
and dob
dob
name of IRIS/Wagner file in composite format
alternatively, text can be given as string
filename = btcore_file("IrisMulti.TXT") cat(readLines(filename, n = 10, encoding = "latin1"), sep="\n") # iris_data = read_iris(filename) str(iris_data)
Run the code above in your browser using DataLab