stac_functions {rstac} | R Documentation |
Utility functions
Description
These function retrieves information about either rstac
queries
(rstac_query
objects) or rstac
documents
(rstac_doc
objects).
Usage
stac_version(x, ...)
stac_type(x)
Arguments
x |
either a |
... |
config parameters to be passed to GET method, such as add_headers or set_cookies. |
Value
The stac_version()
function returns a character
STAC API
version.
[Package rstac version 1.0.1 Index]