processes {openeo} | R Documentation |
Get a process graph builder / process collection from the connection
Description
Queries the connected back-end for all available processes and collection names and registers them via R functions on
a ProcessCollection
object to build a process graph in R. The current ProcessCollection
is stored internally at the package environment
variable process_collection
, which can be fetched and set with active_process_collection
.
Usage
processes(con = NULL)
active_process_collection(processes = NULL)
Arguments
con |
a connection to an openEO back-end (optional) otherwise |
processes |
the |
Value
a ProcessCollection
object with the offered processes of the back-end
[Package openeo version 1.3.1 Index]