read_iris | R Documentation |
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)
filename |
name of IRIS/Wagner file in composite format |
text |
alternatively, text can be given as string |
List of class breathtest_data
with
file_name, patient_name, patient_first_name,
test, identifikation
, and data frame data
with time
and dob
filename = btcore_file("IrisMulti.TXT")
cat(readLines(filename, n = 10), sep="\n")
#
iris_data = read_iris(filename)
str(iris_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.