Learn R Programming

Luminescence (version 0.7.1)

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 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.0 (2017-01-24 21:10:47)

How to cite

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

References

-

See Also

RLum.Analysis, RLum.Data.Curve, data.table

Examples

Run this code

## Not run: 
# file <- file.choose()
# temp <- read_Daybreak2R(file)
# 
# ## End(Not run)

Run the code above in your browser using DataLab