create_user_process: Stores a graph as user defined process at the back-end

Description Usage Arguments Value

View source: R/user_defined_processes.R

Description

Uploads the process graph information to the back-end and stores it for reuse as a user defined process.

Usage

1
2
3
4
5
6
7
8
create_user_process(
  graph,
  id,
  summary = NULL,
  description = NULL,
  submit = TRUE,
  con = NULL
)

Arguments

graph

a process graph definition

id

the title of the user process

summary

the summary for the user process (optional)

description

the description for the user process (optional)

submit

whether to create a new user process at the openEO service or to create it for local use (default set to submit = TRUE)

con

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

Value

a list assembling a process graph description or the graph id if send


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