Skip to content

Generate bib (.bib) bibliography files on the fly

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

njtierney/genbib

Repository files navigation

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}
#> }

About

Generate bib (.bib) bibliography files on the fly

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages