JuliaCall (version 0.17.1)

julia_markdown_setup: Do setup for JuliaCall in RMarkdown documents and notebooks.

Description

julia_markdown_setup does the initial setup for JuliaCall in RMarkdown document and RStudio notebooks. The function should be invoked automatically most of the case. It can also be called explicitly in RMarkdown documents or notebooks.

Usage

julia_markdown_setup(..., notebook = FALSE)

Arguments

...

The same arguments accepted by `julia_setup`.

notebook

whether it is in RStudio notebook environment or not.