RSTACDocument: Document development functions

View source: R/document-funs.R

RSTACDocumentR Documentation

Document development functions

Description

Document development functions

Usage

RSTACDocument(content, q = NULL, subclass = NULL)

Arguments

content

a list data structure representing the JSON file received in HTTP response (see content_response() function)

q

a RSTACQuery object expressing the STAC query used to retrieve the document.

subclass

a character corresponding to the subclass of the document to be created.

Value

The RSTACDocument() function returns a RSTACDocument object with subclass defined by subclass parameter.


rstac documentation built on Oct. 18, 2023, 1:15 a.m.