as.bibentry {jss} | R Documentation |
Generic function and method for coercion to objects
of class "bibentry"
.
as.bibentry(x, ...) ## S3 method for class 'jss' as.bibentry(x, keytype = c("number", "author"), doi = TRUE, url = !doi, ...)
x |
an object (of class |
keytype |
character specifying which type of bib key should be generated. |
doi |
logical. Should the DOI be included in the bibentry? |
url |
logical. Should the URL be included in the bibentry? |
... |
arguments passed to methods. |
Currently only a method for objects of class "jss"
is provided.
An object of class "bibentry"
.