get_order | R Documentation |
records
or an rtoi
Get the slot called order from a records
or an rtoi
get_order(x)
get_order(x) <- value
## S4 replacement method for signature 'records'
get_order(x) <- value
x |
a |
value |
logical argument. The new value for |
the value of called order
## Not run:
# 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.