Luminescence (version 0.8.6)

read_Daybreak2R: Import measurement data produced by a Daybreak TL/OSL reader into R

Description

Import a TXT-file (ASCII file) or a DAT-file (binary file) produced by a Daybreak reader into R. The import of the DAT-files is limited to the file format described for the software TLAPLLIC v.3.2 used for a Daybreak, model 1100.

Usage

read_Daybreak2R(file, raw = FALSE, verbose = TRUE,
  txtProgressBar = TRUE)

Arguments

file

character or list (required): path and file name of the file to be imported. Alternatively a list of file names can be provided or just the path a folder containing measurement data. Please note that the specific, common, file extension (txt) is likely leading to function failures during import when just a path is provided.

raw

logical (with default): if the input is a DAT-file (binary) a data.table::data.table instead of the '>RLum.Analysis object can be returned for debugging purposes.

verbose

logical (with default): enables or disables terminal feedback

txtProgressBar

logical (with default): enables or disables txtProgressBar.

Value

A list of '>RLum.Analysis objects (each per position) is provided.

Function version

0.3.1 (2018-01-21 17:22:38)

How to cite

Kreutzer, S., Zink, A. (2018). read_Daybreak2R(): Import measurement data produced by a Daybreak TL/OSL reader into R. Function version 0.3.1. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J. (2018). Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.8.6. https://CRAN.R-project.org/package=Luminescence

See Also

'>RLum.Analysis, '>RLum.Data.Curve, data.table::data.table

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
file <- file.choose()
temp <- read_Daybreak2R(file)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab