list_processes: List available processes on server

View source: R/predefined_processes.R

list_processesR Documentation

List available processes on server

Description

List all processes available on the back-end. This returns the R translation of the JSON metadata as lists. This process description is stored internally at the environment package variable process_list, which is not directly accessible apart from this function.

Usage

list_processes(con = NULL)

Arguments

con

Connection object (optional) otherwise active_connection() is used.

Value

a list of lists with process_id and description


openeo documentation built on Nov. 17, 2022, 5:07 p.m.