read_rtoi | R Documentation |
Reads an rtoi from the hard drive
read_rtoi(path, ...)
## S4 method for signature 'character'
read_rtoi(path, ...)
path |
an rtoi object. |
... |
additional arguments. |
rtoi object readed from disk.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.