make_bib_file: Write a bib file

View source: R/make_bib_file.R

make_bib_fileR Documentation

Write a bib file

Description

Function listing references cited in rmarkdown or quarto document and creating the corresponding .bibtex reference file.

Usage

make_bib_file(
  source_folders = NULL,
  references = NULL,
  destination_folder = NULL,
  file_name = "references.bib"
)

Arguments

source_folders

Character. Paths to the folders where the .Rmd files are.

references

Tibble. List of references.

destination_folder

Character. Path to the folder where the .bib file should be written.

file_name

Character. Name of the .bib file.

Value

Write a .bib files with all the references quoted in the .Rmd files

Author(s)

Nicolas Mangin


NicolasJBM/bibliogR documentation built on April 21, 2024, 12:16 a.m.