powered by
write.bnd(map, file, replace = FALSE)
read.bnd
write.gra
read.gra
data("FantasyBnd") tfile <- tempfile() write.bnd(FantasyBnd, file = tfile) cat(readLines(tfile), sep = "") unlink(tfile)
Run the code above in your browser using DataLab