get_api_name | R Documentation |
records
A function to get or set the api names of an object.
get_api_name(x)
## S4 method for signature 'records'
get_api_name(x)
x |
a |
a character vector containing the API names of the
elements in x
.
## 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)
# get a vector with the api name of each records
get_api_name(rcds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.