Call a Julia function via specifying the name as string and get the translated result.
It is also possible to use a dot at the end of the function name
for applying the function in a vectorized manner via "broadcasting" in Julia.
Usage
juliaCall(...)
Value
The value returned from Julia, translated to an R data structure.
If Julia returns nothing, an invisible NULL is returned.
Arguments
...
the name of the Julia function as first argument, followed by the
parameters handed to the function.
All arguments to the Julia function are translated to Julia data structures.