View source: R/predefined_processes.R
processes | R Documentation |
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)
con |
a connection to an openEO back-end (optional) otherwise |
processes |
the |
a ProcessCollection
object with the offered processes of the back-end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.