2 + 2
[1] 4
Code chunks are set, by default in _quarto.yml
, not to echo or print messages or warnings. These settings can be changed in that file.
An example R code chunk, with echoing enabled, is below:
Quarto also supports other languages, such as Python (via the reticulate
package) and Julia (via the JuliaCall
package). Requires installation of these languages.
Python:
Julia: