# Download pandoc filter if not available # https://github.com/pandoc-ext/multibib if (!file.exists("multibib.lua")) { download.file(url = "https://raw.githubusercontent.com/pandoc-ext/multibib/main/_extensions/multibib/multibib.lua", destfile = "multibib.lua", mode = "wb") }
Here we cite a paper [@smith_software_2016].
Now we cite R packages:
library("ggplot2") library("visreg")
grateful::cite_packages(output = "paragraph", pkgs = "Session", out.dir = ".")
::: {#refs-main} :::
::: {#refs-software} :::
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.