README.md

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")
#> @misc{wikipedia,
#>  title = {wikipedia},
#>  howpublished = {https://en.wikipedia.org/wiki/Main_Page},
#>  note = {Accessed: 2020-01-03}
#> }


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