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

View source: R/itrax_qspecsettings.R

itrax_qspecsettingsR Documentation

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")

Arguments

filename

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

Value

a tibble of the parsed data

Examples

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


itraxR documentation built on July 26, 2023, 5:48 p.m.