save_to_bib: A function for saving R packages to a .bib file

View source: R/save_to_bib.R

save_to_bibR Documentation

A function for saving R packages to a .bib file

Description

This function will generate a .bib file for an R package.

Usage

save_to_bib(package, file_name = NULL)

Arguments

package

A character vector of the package you want to cite.

file_name

A character vector for the file name of the output. Defaults to the package name.

Examples

# Create a .bib file called "test.bib" to cite the tidyverse
# save_to_bib("tidyverse", "test")

jvcasill/lingStuff documentation built on Jan. 5, 2025, 6:32 a.m.