[BAEL-3489] Added Java-R integration examples.

This commit is contained in:
Donato Rimenti
2020-04-20 19:36:51 +02:00
parent 185a3a12c2
commit 1639ead274
10 changed files with 308 additions and 0 deletions
@@ -0,0 +1,3 @@
customMean <- function(vector) {
mean(vector)
}