make_bib_entry: Write an entry for a bibtex file

View source: R/make_bib_entry.R

make_bib_entryR Documentation

Write an entry for a bibtex file

Description

Function taking one row of a reference list and writing the corresponding entry which will be added to a reference file.

Usage

make_bib_entry(
  bibtype,
  key,
  author,
  title,
  journal,
  year,
  month,
  volume,
  number,
  pages,
  publisher,
  booktitle,
  editor,
  institution,
  school,
  address,
  edition,
  note,
  doi,
  url,
  abstract,
  keywords,
  isbn,
  issn
)

Arguments

bibtype

Character.

key

Character.

author

Character.

title

Character.

journal

Character.

year

Character.

month

Character.#'

volume

Character.

number

Character.

pages

Character.

publisher

Character.

booktitle

Character.

editor

Character.

institution

Character.

school

Character.

address

Character.

edition

Character.

note

Character.

doi

Character.

url

Character.

abstract

Character.

keywords

Character.

isbn

Character.

issn

Character.

Value

A character vector in which each elements is a row of a bib entry.

Author(s)

Nicolas Mangin


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