get_dir | R Documentation |
records
or an rtoi
Get the file path of a records
or an rtoi
get_dir(x)
## S4 method for signature 'records'
get_dir(x)
## S4 method for signature 'records'
get_order(x)
## S4 method for signature 'rtoi'
get_dir(x)
x |
. |
the file path in the records
## 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 path of the
get_dir(navarre)
# get the records
rcds <- records(navarre)
# gets the relative path to store records data
get_dir(rcds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.