Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njtierney/genbib
Generate bib (.bib) bibliography files on the fly
https://github.com/njtierney/genbib
bibtex latex r rstats
Last synced: about 1 month ago
JSON representation
Generate bib (.bib) bibliography files on the fly
- Host: GitHub
- URL: https://github.com/njtierney/genbib
- Owner: njtierney
- License: other
- Created: 2019-05-11T13:35:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T04:26:38.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:15:19.761Z (3 months ago)
- Topics: bibtex, latex, r, rstats
- Language: R
- Homepage:
- Size: 9.77 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - njtierney/genbib - Generate bib (.bib) bibliography files on the fly (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# genbib[![R build status](https://github.com/njtierney/genbib/workflows/R-CMD-check/badge.svg)](https://github.com/njtierney/genbib)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)The goal of genbib is to make it easier for me to generate bib files.
## Installation
Install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("njtierney/genbib")
```
## Example```{r example}
library(genbib)
gen_bib_url(handle = "wikipedia",
url = "https://en.wikipedia.org/wiki/Main_Page")
```