% Title
% Name
% r as.character(format(Sys.Date(), format="%B %d, %Y"))
# set global chunk options opts_chunk$set(cache=TRUE) library(knitr); library(knitcitations) BIB <- system.file("extdata/docs/example.bib", package = "reports") #test .bib bib <- read.bibtex(BIB) # #Reading in your own bib file: #bib <- read.bibtex(dir()[tools::file_ext(dir()) == "bib"][1]) #cite in text using `r citet(bib[1])`
r citet(bib[1])
r citet(bib[2])
r citet(bib[3])
r citet(bib[4])
[[[cokNUTGtoM4]]]=yt
bibliography("html")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.