Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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")
```