R/predefined_processes.R
processes.Rd
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
.
processes(con = NULL)
active_process_collection(processes = NULL)
a connection to an openEO back-end (optional) otherwise active_connection()
is used.
the ProcessCollection
that is obtained from processes()
to be set as the active process collection or left empty to fetch the ProcessCollection
from the package variable.
a ProcessCollection
object with the offered processes of the back-end