update_user_process: Modify the current graph with a given

Description Usage Arguments

View source: R/user_defined_processes.R

Description

Upload a process graph to the back-end under a given (existing) process graph.

Usage

1
2
3
4
5
6
7
update_user_process(
  id,
  graph = NULL,
  summary = NULL,
  description = NULL,
  con = NULL
)

Arguments

id

process graph id

graph

a process graph definition created by chaining 'process()', 'collection()' or using a ProcessGraphBuilder

summary

summary of the process graph (optional)

description

description of the process graph (optional)

con

connected and authorized openeo client object (optional) otherwise active_connection is used.


flahn/openeo-r-client documentation built on Sept. 18, 2020, 5:16 a.m.