process_viewer {openeo}R Documentation

Viewer panel for provided openEO processes

Description

Opens up a viewer panel in RStudio and renders one or more processes of the connected openEO service in HTML. The components of openeo-vue-components are reused.

Usage

process_viewer(x = NULL, con = NULL)

Arguments

x

(optional) a function from the ProcessCollection(), a ProcessNode(), Process() or a character containing the process id. If NULL is provided (default), the list of processes is shown.

con

a specific connection (optional), last connected service if omitted.


[Package openeo version 1.3.1 Index]