length,extent_crs-method | R Documentation |
Get or set the length of vectors (including lists) and factors, and of any other R object for which a method has been defined.
## S4 method for signature 'extent_crs'
length(x)
## S4 method for signature 'records'
length(x)
x |
a |
Length currently returns a non-negative integer of length 1
## 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)
length(rcds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.