inst/doc/TestAlphabetic.R

## ----setup, include = TRUE, cache = FALSE-------------------------------------
library(RefManageR)
bib <- ReadBib(system.file("Bib", "biblatexExamples.bib", 
                           package = "RefManageR"), check = FALSE)
BibOptions(check.entries = FALSE, style = "markdown", bib.style = "alphabetic", cite.style = 'alphabetic')

## ----fig.width=7, fig.height=6------------------------------------------------
plot(cars)

## ----fig.width=7, fig.height=6------------------------------------------------
plot(cars)

## ----results = "asis", echo = FALSE-------------------------------------------
PrintBibliography(bib, .opts = list(check.entries = FALSE))

Try the RefManageR package in your browser

Any scripts or data that you put into this service are public.

RefManageR documentation built on Oct. 1, 2022, 1:08 a.m.