bib_metadata: get the full metadata for a citation / bibliographic object

Description Usage Arguments Details Value

View source: R/bib_metadata.R

Description

get the full metadata for a citation / bibliographic object

Usage

1
bib_metadata(x, BibEntry = TRUE, ...)

Arguments

x

a query or citation identifer, as in citep/citet, except that it must be a single query, not a list of multiple queries.

BibEntry

logical. Coerce to RefManageR's BibEntry type?

...

additional arguments to query (see RCrossRef)

Details

This function is called internally by citet and citep, but is also made available in the namespace for a user wanting to return the full citation object directly.

Value

a BibEntry (or bibentry, if requested) object with the required citation information.


knitcitations documentation built on Jan. 13, 2021, 9:57 a.m.