Convert Risø BIN/BINX to XLUM
convert_binx2xlum.Rd
Wrapped function to quickly convert BIN/BINX files
to xlum
(files)
Arguments
- file
character (required): file
- out_file
character (optional): output file, if set a file output is created
- ...
support for a limited number of additional arguments to be forwarded to Luminescence::read_BIN2R:
position
,n.records
Value
Depending on the setting. If out_file == NULL
an xml2::xml_document object is returned,
if file is set the function attempts to write an *.xlum
file`.
How to cite
Kreutzer, S., 2025. convert_binx2xlum(): Convert Risø BIN/BINX to XLUM. Function version 0.1.0. In: Kreutzer, S., 2025. xlum: Read, Write, and Convert XLUM Data. R package version 0.1.0. https://r-lum.github.io/xlum/
Examples
if (FALSE) { # \dontrun{
file <- system.file("extdata/BINfile_V8.binx", package = "Luminescence")
convert_binx2xlum(file)
} # }