Learn R Programming

rsat (version 0.1.21)

read_rtoi: Reads an rtoi from the hard drive

Description

Reads an rtoi from the hard drive

Usage

read_rtoi(path, ...)

# S4 method for character read_rtoi(path, ...)

Value

rtoi object readed from disk.

Arguments

path

an rtoi object.

...

additional arguments.

Examples

Run this code
if (FALSE) {
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)
}

Run the code above in your browser using DataLab