import Pkg; Pkg.add("RCall") # run this line if RCall.jl not installed
import RCallQuarto can be used with R
Please note that this relies on having R installed on your computer.
First a Julia codeblock that imports the RCall package:
An example R code block
x <- c(3, 5, -1)
x^23-element Vector{Float64}:
9.0
25.0
1.0