Learn R Programming

breathtestcore (version 0.8.7)

read_iris: Read 13C data from IRIS/Wagner Analysen

Description

Reads composite files with 13C data from IRIS/Wagner Analysen. The composite files start as follows:


"Testergebnis"
"Nummer","1330"
"Datum","10.10.2013"
"Testart"

Usage

read_iris(filename = NULL, text = NULL)

Value

List of class breathtest_data with file_name, patient_name, patient_first_name, test, identifikation, and data frame data with time

and dob

Arguments

filename

name of IRIS/Wagner file in composite format

text

alternatively, text can be given as string

Examples

Run this code
filename = btcore_file("IrisMulti.TXT")
cat(readLines(filename, n = 10), sep="\n")
#
iris_data = read_iris(filename)
str(iris_data)

Run the code above in your browser using DataLab