Learn R Programming

RefManageR (version 1.4.0)

c.BibEntry: Combine BibEntry objects.

Description

Combines mutliple BibEntry objects into a single one.

Usage

# S3 method for BibEntry
c(..., recursive = FALSE)

Value

a single BibEntry object.

Arguments

...

- BibEntry objects to be concatenated.

recursive

- logical; ignored.

See Also

Other operators: $.BibEntry(), $<-.BibEntry(), +.BibEntry(), [.BibEntry(), [<-.BibEntry(), [[.BibEntry(), [[<-.BibEntry()

Examples

Run this code
bib <- c(BibEntry(bibtype = "article", key = "mclean2014a", title = "My New Article",
  author = "Mathew W. McLean", journaltitle = "The Journal", date = "2014-01"),
  BibEntry(bibtype = "article", key = "mclean2014b",
  title = "My Newer Article", author = "Mathew W. McLean", journaltitle = "The Journal",
  date = "2014-02"))

Run the code above in your browser using DataLab