knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

add2bibtex

DOI Travis build status

The goal of add2bibtex is to help users to easily to use bibtex or bibLatex.

Installation

You can install the released version of add2bibtex from CRAN with:

install.packages("add2bibtex")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("JiaxiangBU/add2bibtex")

Example

This is a basic example which shows you how to solve a common problem:

library(add2bibtex)
## basic example code



JiaxiangBU/add2bibtex documentation built on Jan. 28, 2020, 12:43 p.m.