lccs: Endpoint functions

Description Usage Arguments Value Examples

View source: R/lccs.R

Description

The lccs function implements / API endpoint. It prepares search fields parameters to be provided to a LCCS-WS. This endpoint should return a RLCCSDocument containing links to LCCS-WS API root and Classification Systems published.

Usage

1
lccs(url = NULL, .token = NULL)

Arguments

url

a character informing the base url of a LCCS-WS (LCCS-WS-SPEC 0.6)

.token

a character informing the authentication token in the BDC-OAuth service. This token is used for the service's administrative operations through the HTTP verbs POST, PUT, DELETE.

Value

A RLCCSQuery object with the subclass lccs containing all request parameters to be provided to API service.

Examples

1
2
lccs("https://brazildatacube.dpi.inpe.br/dev/lccs/") %>%
  get_request()

brazil-data-cube/rlccs documentation built on Feb. 28, 2021, 5:50 p.m.