graphToJSON-deprecated {openeo} | R Documentation |
*toJSON functions
Description
Those functions serialized a Graph or Process object into JSON text. They are deprecated. Use toJSON
instead.
Usage
graphToJSON(x, ...)
processToJSON(x, ...)
Arguments
x |
Graph or Process object |
... |
arguments for jsonlite::toJSON |
[Package openeo version 1.3.1 Index]