R/rtoi.R
read_rtoi.Rd
Reads an rtoi from the hard drive
read_rtoi(path, ...) # S4 method for class 'character' read_rtoi(path, ...)
an rtoi object.
additional arguments.
rtoi object readed from disk.
if (FALSE) { # \dontrun{ library(rsat) # load example rtoi file.copy(from=system.file("ex/Navarre",package="rsat"), to=tempdir(), recursive = TRUE) navarre <- read_rtoi(file.path(tempdir(),"Navarre")) print(navarre) } # }