read_rtoi {rsat} | R Documentation |
Reads an rtoi from the hard drive
Description
Reads an rtoi from the hard drive
Usage
read_rtoi(path, ...)
## S4 method for signature 'character'
read_rtoi(path, ...)
Arguments
path |
an rtoi object. |
... |
additional arguments. |
Value
rtoi object readed from disk.
Examples
## Not run:
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)
## End(Not run)
[Package rsat version 0.1.21 Index]