get the full metadata for a citation / bibliographic object
bib_metadata(x, BibEntry = TRUE, ...)
a query or citation identifer, as in citep/citet, except that it must be a single query, not a list of multiple queries.
logical. Coerce to RefManageR's BibEntry type?
additional arguments to query (see RCrossRef)
a BibEntry (or bibentry, if requested) object with the required citation information.
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.