as.Graph: Coercion into Graph

as.GraphR Documentation

Coercion into Graph

Description

Creates a Graph object from a ProcessNode(), function or ProcessInfo (Exchange object for predefined and stored user-defined processes).

Usage

as.Graph.ProcessNode(from)

as.Graph.function(from)

as.Graph.ProcessInfo(from)

as.Graph.Process(from)

Arguments

from

the source from which to coerce (ProcessNode, function or ProcessInfo)

Details

Those pure Graph objects shall only be used internally. If you want to use this information to directly interact with the back-end via JSON please use as.Process(). This function might be removed from the package function export in the future.

Value

Graph()


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