JuliaCall (version 0.16.6)

julia_exists: Check whether a julia object with the given name exists or not.

Description

julia_exists returns whether a julia object with the given name exists or not.

Usage

julia_exists(name)

Arguments

name

the name of julia object you want to check.

Examples

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

Run the code above in your browser using DataCamp Workspace