Learn R Programming

Luminescence (version 0.6.1)

read_Daybreak2R: Import Daybreak ASCII dato into R

Description

Import a *.txt (ASCII) file produced by a Daybreak reader into R.

Usage

read_Daybreak2R(file, 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.
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.2.1 (2016-05-02 09:36:06)

References

-

See Also

RLum.Analysis, RLum.Data.Curve

Examples

Run this code

## This function has no example yet.

Run the code above in your browser using DataLab