UdfCodeArgument {openeo} | R Documentation |
UdfCodeArgument class
Description
Inheriting from Argument in order to represent the UDF code that will be executed in a UDF call. The script has to be passed as a character string or as a local file path from which the script can be loaded.
Value
Object of R6::R6Class()
is an argument that expects an UDF code or a file path.
See Also
Array, Integer, EPSGCode, String, Number, Date, DataCube, ProcessGraphArgument, ProcessGraphParameter, OutputFormatOptions, GeoJson, Boolean, DateTime, Time, BoundingBox, Kernel, TemporalInterval, TemporalIntervals, CollectionId, OutputFormat, AnyOf, ProjDefinition, UdfCodeArgument, UdfRuntimeArgument and UdfRuntimeVersionArgument, MetadataFilter
[Package openeo version 1.4.0 Index]