as.Process {openeo} | R Documentation |
Coerce into a Process
Description
This function converts objects into a process. If no meta data is provided it will return a valid user defined process, not yet storable in the back-end.
Usage
as.Process.ProcessInfo(from)
as.Process.Graph(from)
as.Process.ProcessNode(from)
as.Process.Service(from)
as.Process.function(from)
as.Process.Job(from)
Arguments
from |
the source from which to coerce ( |
Value
[Package openeo version 1.3.1 Index]