list_user_processes {openeo} | R Documentation |
Lists the IDs of the process graphs from the current user.
Description
Queries the back-end to retrieve a list of graph ids that the current user has stored on the back-end.
Usage
list_user_processes(con = NULL)
Arguments
con |
connected and authenticated openEO client object (optional) otherwise |
Value
a named list of user defined processes (ProcessInfo
)
[Package openeo version 1.3.1 Index]