fetch-methods: Fetch methods

fetch-methodsR Documentation

Fetch methods

Description

fetch fetches recursively all metadata for the supplied API resource.

Usage

fetch(x, ...)

## S4 method for signature 'Service'
fetch(x, ...)

## S4 method for signature 'DomainResource'
fetch(x, ...)

## S4 method for signature 'Category'
fetch(x, ...)

## S4 method for signature 'Station'
fetch(x, ...)

## S4 method for signature 'Timeseries'
fetch(x, ...)

Arguments

x

the API resource to fetch

...

Further arguments that may be needed by the actual implementation

Value

an object of the same class as x with all meta data added

Author(s)

Christian Autermann c.autermann@52north.org

Examples

## Not run: 
fetch(Timeseries(id = ids, endpoint = Endpoint(e)))

## End(Not run)

52North/sensorweb4R documentation built on Oct. 14, 2024, 7:24 p.m.