citecmd: Citing Package References

citecmdR Documentation

Citing Package References

Description

Create a citation command from package specific BibTex entries, suitable to be used in Rd files or Latex documents. The entries are looked in a file named REFERNCES.bib in the package's root directory (i.e. inst/ in development mode).

Usage

citecmd(key, ..., REFERENCES = NULL)

Arguments

key

character vector of BibTex keys

...

extra arguments passed to format.bibentry.

REFERENCES

package or bibentry specification

Value

a character string containing the text formated BibTex entries


pkgmaker documentation built on May 3, 2023, 5:08 p.m.

Related to citecmd in pkgmaker...