##load example dataset
file <- system.file("extdata/BINfile_V8.binx", package = "Luminescence")
temp <- read_BIN2R(file)
##create temporary file path
##(for usage replace by own path)
temp_file <- tempfile(pattern = "output", fileext = ".binx")
##export to temporary file path
write_R2BIN(temp, file = temp_file)
Run the code above in your browser using DataLab