ProcessCollection {openeo} | R Documentation |
Process Collection
Description
This object contains template functions for process graph building from the processes offered by an openEO service. This object is an unlocked R6 object, in order to add new functions at runtime.
Methods
$new(con = NULL)
The object creator created an openEO connection.
Arguments
- con
optional an active and authenticated Connection (optional) otherwise
active_connection()
is used.
See Also
[Package openeo version 1.3.1 Index]