if (FALSE) {
## read an IFF file as an IFFChunk object:
example.iff <- read.iff(system.file("ilbm8lores.iff", package = "AmigaFFH"))
## This will recreate the exact raw data as it was read from the file:
example.raw <- as.raw(example.iff)
}
Run the code above in your browser using DataLab