Learn R Programming

itraxR (version 1.12.2)

itrax_qspecsettings: Read a Q-Spec settings file and parse the key-value pairs

Description

This is used to retrieve settings important elsewhere, for example the mca bin width and offset

Usage

itrax_qspecsettings(filename = "Results_settings.dfl")

Value

a tibble of the parsed data

Arguments

filename

the *.dfl settings file that relates to the rest of the data

Examples

Run this code
itrax_qspecsettings(filename = system.file("extdata",
                                "Results_settings.dfl",
                                package = "itraxR",
                                mustWork = TRUE)
                                )

Run the code above in your browser using DataLab