as.bibentry: Coercion to Bibentry Objects

View source: R/jss.R

as.bibentryR Documentation

Coercion to Bibentry Objects

Description

Generic function and method for coercion to objects of class "bibentry".

Usage

as.bibentry(x, ...)

## S3 method for class 'jss'
as.bibentry(x, keytype = c("number", "author"), doi = TRUE, url = !doi, ...)

Arguments

x

an object (of class "jss").

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.

Details

Currently only a method for objects of class "jss" is provided.

Value

An object of class "bibentry".

See Also

jss, bibentry


jss documentation built on July 12, 2024, 3:01 p.m.

Related to as.bibentry in jss...