user_processes {openeo} | R Documentation |
Process collection for user defined processes
Description
The created process graphs via create_user_process()
at the openEO service are user defined processes.
They can be used for the creation of process graphs themselves. For processes provided by the
particular openEO service the processes()
function can be used to obtain a builder for those processes.
Analogous to this idea, this function creates a builder object for user defined processes listed and described
in describe_user_process()
and list_user_processes()
.
Usage
user_processes(con = NULL)
Arguments
con |
a connection to an openEO back-end (optional). Otherwise |
Value
[Package openeo version 1.3.1 Index]