manage_references: Generate references from a dataset and manage BibTeX file

View source: R/make_bib.R

manage_referencesR Documentation

Generate references from a dataset and manage BibTeX file

Description

This function processes a dataset containing DOIs and manages a BibTeX file. It extracts DOIs from the dataset and writes corresponding BibTeX entries into a file. Additionally, it provides a function to add individual DOIs to the same BibTeX file.

Usage

manage_references(dat_with_dois, bib_file = "./refs.bib")

Arguments

dat_with_dois

The dataset containing DOIs (columns: title, author, year, doi, url)

bib_file

The file path to the BibTeX file

Value

A list of functions to manage BibTeX entries


setgree/PrejMetaFunctions documentation built on April 28, 2024, 9:29 a.m.