## export into single data.frame
file <- system.file("extdata/DorNie_0016.psl", package="Luminescence")
convert_PSL2CSV(file, export = FALSE, single_table = TRUE)
if (FALSE) {
##select your BIN-file
file <- file.choose()
##convert
convert_PSL2CSV(file)
}
Run the code above in your browser using DataLab