list_processes {openeo} | R 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 |
Value
a list of lists with process_id and description
[Package openeo version 1.3.1 Index]