print,api_dataspace-method | R Documentation |
prints an object and returns it invisibly (via invisible(x)).
## S4 method for signature 'api_dataspace'
print(x)
## S4 method for signature 'api_lpdaac'
print(x)
## S4 method for signature 'api_usgs'
print(x)
## S4 method for signature 'extent_crs'
print(x)
## S4 method for signature 'records'
print(x)
## S4 method for signature 'rtoi'
print(x)
## S4 method for signature 'variables'
print(x, ...)
x |
an object to be printed.. |
... |
additional arguments. |
prints rtoi metadata
## Not run:
library(rsat)
# load example rtoi
file.copy(from=system.file("ex/Navarre",package="rsat"),
to=tempdir(),
recursive = TRUE)
navarre <- read_rtoi(file.path(tempdir(),"Navarre"))
print(navarre)
# get records
rcrds <- records(navarre)
print(rcrds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.