read_Daybreak2R
and
write_RLum2CSV
and it imports an Daybreak-file (TXT-file, DAT-file)
and directly exports its content to CSV-files. If nothing is set for the argument path
(write_RLum2CSV
)
the input folder will become the output folder.
convert_Daybreak2CSV(file, ...)
character
(required): name of the Daybreak-file (TXT-file, DAT-file) to be converted to CSV-filesread_Daybreak2R
and write_RLum2CSV
export = FALSE
a list comprising objects of type link{data.frame}
and matrix
RLum.Analysis
, RLum.Data
, RLum.Results
,
write.table
, write_RLum2CSV
, read_Daybreak2R
## Not run:
# ##select your BIN-file
# file <- file.choose()
#
# ##convert
# convert_Daybreak2CSV(file)
#
# ## End(Not run)
Run the code above in your browser using DataLab