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


 ## julia_setup is quite time consuming
  julia_help("sqrt")



[Package JuliaCall version 0.16.6 Index]