julia_help {JuliaCall} | R Documentation |
Get help for a julia function.
Description
julia_help
outputs the documentation of a julia function.
Usage
julia_help(fname)
Arguments
fname |
the name of julia function you want to get help with. |
Examples
if (identical(Sys.getenv("AUTO_JULIA_INSTALL"), "true")) { ## julia_setup is quite time consuming
## doing initialization and automatic installation of Julia if necessary
julia_setup(installJulia = TRUE)
julia_help("sqrt")
}
[Package JuliaCall version 0.17.5 Index]