View source: R/convert_Daybreak2CSV.R
convert_Daybreak2CSV | R Documentation |
This function is a wrapper function around the functions read_Daybreak2R and
write_RLum2CSV and it imports a 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, ...)
file |
character (required): name of the Daybreak-file (TXT-file, DAT-file) to be converted to CSV-files |
... |
further arguments that will be passed to the function read_Daybreak2R and write_RLum2CSV |
The function returns either a CSV-file (or many of them) or for the option export = FALSE
a list comprising objects of type data.frame and matrix
0.1.0
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
RLum.Analysis, RLum.Data, RLum.Results, utils::write.table, write_RLum2CSV, read_Daybreak2R
## Not run:
##select your BIN-file
file <- file.choose()
##convert
convert_Daybreak2CSV(file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.