read_rtoi: Reads an rtoi from the hard drive

read_rtoiR 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)

rsat documentation built on March 18, 2022, 5:40 p.m.