# NOT RUN {
setwd(tempdir())
dir.create("temp_dir")
file.copy(system.file("extdata", "b.bin", package = "nandb"), "temp_dir")
Bin2Tiff("temp_dir/b.bin", height = 2, width = 2, bits = 8)
Bin2TiffFolder("temp_dir", height = 2, width = 2, bits = 8)
list.files("temp_dir")
# }
Run the code above in your browser using DataLab