R/interface.R
julia_exists.Rd
julia_exists
returns whether a julia object with the given name exists or not.
julia_exists(name)
name | the name of julia object you want to check. |
---|
## julia_setup is quite time consuming julia_exists("sqrt")#> [1] TRUE