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

genbib

R build status Lifecycle: experimental

The goal of genbib is to make it easier for me to generate bib files.

Installation

Install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("njtierney/genbib")

Example

library(genbib)
gen_bib_url(handle = "wikipedia",
            url = "https://en.wikipedia.org/wiki/Main_Page")


njtierney/genbib documentation built on Jan. 3, 2020, 7:24 a.m.