parse_graph: Parses a JSON openeo graph into a R graph

Description Usage Arguments Value

View source: R/process_graph_building.R

Description

The function reads and parses the given json text and creates based on the information of the text a Graph object.

Usage

1
parse_graph(json, parameters = NULL, con = NULL)

Arguments

json

the json graph in a textual representation or an already parsed list object

parameters

optional parameters

con

a connected openeo client (optional) otherwise active_connection is used.

Value

Graph object


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