You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* for function documentation, use R's `?` function or see the [online documentation](https://open-eo.github.io/openeo-r-client/index.html)
9
+
3
10
## Installation
4
11
5
12
Before you install the R client module into your R environment, please make sure that you have at least R version 3.6. Older versions might also work, but were not tested.
@@ -392,9 +399,3 @@ If your use case can not be accomplished with the [default processes](../process
392
399
In general the processing workflow works by uploading the Python or R script into the users file directory on the back-end and reference the script via its URL or by its relational name (e.g. `/scripts/script1.R`) in the function `run_udf`. The latter function is a predefined openEO process that the back-end might provide, if UDFs are supported.
393
400
394
401
Find out more about UDFs in the respective [Python UDF](https://github.com/Open-EO/openeo-udf) and [R UDF](https://github.com/Open-EO/openeo-r-udf) repositories with their documentation and examples.
0 commit comments