Skip to contents

Write a bibtex file

Usage

write_bibtex_file(
  x,
  output,
  encoding = zirconia::opts$get("encoding"),
  preventOverwriting = zirconia::opts$get("preventOverwriting"),
  silent = zirconia::opts$get("silent")
)

Arguments

x

The work

output

The path and filename to write to

encoding

The encoding to use

preventOverwriting

Whether to overwrite an existing file or not

silent

Whether to be silent or verbose

Value

x, invisibly