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 feedbackValue
A list of RLum.Analysis
objects (each per position) is provided.
Function version
0.2.1 (2016-05-02 09:36:06)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