require(knitr) require(RefManageR) require(pietalib) opts_chunk$set( message=F, warning=F ) BibOptions(check.entries = F, style = "markdown", cite.style = "authoryear", bib.style = "authoryear") bib <- ReadBib("/Users/pschofield/git_tree/biblio/zotero.bib",check=FALSE)
PrintBibliography(bib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.