View source: R/user_defined_processes.R
update_user_process | R Documentation |
You can change details on an already created user defined process. You can either edit the meta data like the summary or the description. Or you can replace the process graph. However, you cannot delete the process graph, but by passing NA to the meta data fields you can empty those fields in the user defined process.
update_user_process( id, graph = NULL, summary = NULL, description = NULL, con = NULL, ... )
id |
process graph id |
graph |
a process graph definition created by combining 'process()', 'collection()' or using a |
summary |
summary of the process graph (optional) |
description |
description of the process graph (optional) |
con |
connected and authorized openEO client object (optional) otherwise |
... |
additional parameters passed to jsonlite::toJSON() (like 'digits') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.