Learn R Programming

rsat (version 0.1.21)

get_order: Get the slot called order from a records or an rtoi

Description

Get the slot called order from a records or an rtoi

Usage

get_order(x)

get_order(x) <- value

# S4 method for records get_order(x) <- value

Value

the value of called order

Arguments

x

a records or an rtoi object.

value

logical argument. The new value for x.

Examples

Run this code
if (FALSE) {
# load example rtoi
file.copy(from=system.file("ex/Navarre",package="rsat"),
         to=tempdir(),
         recursive = TRUE)

navarre <- read_rtoi(file.path(tempdir(),"Navarre"))

# get the records
rcds <- records(navarre)

# gets a boolean
get_order(rcds)
}

Run the code above in your browser using DataLab