write_bib: Write BibTeX Files

View source: R/write_bib.R

write_bibR Documentation

Write BibTeX Files

Description

BibTeX databases can be created from data frames, interacting with Postgres databases.

Usage

write_bib(x, ...)

## S3 method for class 'lib_df'
write_bib(x, filename, encoding = "UTF-8", ...)

Arguments

x

A data frame with bibliographic entries.

...

Further arguments passed to file().

filename

A character value with the path and the name of the file to be written.

encoding

Character value with the encoding (passed to file()).

Value

A bibtex file.


biblio documentation built on June 22, 2024, 9:37 a.m.

Related to write_bib in biblio...