JuliaCall (version 0.16.6)

julia_help: 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

Run this code
# NOT RUN {
# }
# NOT RUN {
 ## julia_setup is quite time consuming
  julia_help("sqrt")
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace