citeISBN: Create a BibEntry from an international standard book number...

Description Usage Arguments Details Source

Description

This function uses ottobib.com to generate a bibtex entry for books using the ISBN. The result is then formatted into a bibentry-class object using RegManageR::BibEntryand

Usage

1
2
3
citeISBN(isbn = NULL, preview = TRUE, bibtype = NULL, key = NULL,
  author = NULL, title = NULL, publisher = NULL, year = NULL,
  address = NULL, style = "bibtex", ...)

Arguments

isbn

An international standard book number (ISBN-13 or ISBN-10)

preview

If TRUE, the bibentry is printed to the screen via cat

bibtype

The type of bibliographic element. See details

key

The bibtex key for the bibentry

author

The author for the bibentry

title

The title for the bibentry

publisher

The publisher for the bibentry

year

The year for the bibentry

address

The publisher's address for the bibentry

style

The output style of the bibentry (defaults to 'bibtex')

...

extra stuff

Details

isbn may contain dashes

Source

http://www.ottobib.com/


Auburngrads/AFIT documentation built on May 5, 2019, 8:13 a.m.