R/utils.R
dot-call_julia_function.Rd
Call a Julia function with error handling
.call_julia_function(fn_name, ...)
Character string. Name of the Julia function to call.
Arguments passed to the Julia function.
The result of the Julia function call.