parse_graph: Converts a JSON openEO graph into an R graph

View source: R/process_graph_building.R

parse_graphR Documentation

Converts a JSON openEO graph into an R graph

Description

The function reads and parses a json text and creates a Graph object.

Usage

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


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