library(fs) library(here) library(knitr) library(tidyverse) knitr::opts_chunk$set( eval = FALSE, include = FALSE, echo = FALSE) knitr::opts_knit$set( root.dir = normalizePath("./"))
# create a bib file for the R packages used in this document knitr::write_bib(c( "base", "Rstudio", "rmarkdown", "tidyverse", "fs", "here", "citr"), file = "libpkg.bib")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.