itrax_qspecsettings {itraxR} | R 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)
)
[Package itraxR version 1.12.2 Index]