Skip to content

Commit faf86aa

Browse files
authored
Update index.md
1 parent 8126b68 commit faf86aa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

documentation/1.0/r/index.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# R Client
22

3+
## Useful links
4+
5+
* [Documentation](https://open-eo.github.io/openeo-r-client/index.html)
6+
* [Vignettes](https://open-eo.github.io/openeo-r-client/articles/)
7+
* [Code Repository](https://github.com/Open-EO/openeo-r-client)
8+
* for function documentation, use R's `?` function or see the [online documentation](https://open-eo.github.io/openeo-r-client/index.html)
9+
310
## Installation
411

512
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
392399
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.
393400

394401
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.
395-
396-
## Additional Information
397-
398-
* [Examples](https://github.com/Open-EO/openeo-r-client/tree/master/examples)
399-
* [Repository](https://github.com/Open-EO/openeo-r-client)
400-
* for function documentation, use R's `?` function or see the [online documentation](https://open-eo.github.io/openeo-r-client/index.html)

0 commit comments

Comments
 (0)