get_citation.multi_epiparameter {epiparameter} | R Documentation |
Get citation from a list of <epiparameter>
objects
Description
Extract the citation stored in a list of <epiparameter>
objects.
Usage
## S3 method for class 'multi_epiparameter'
get_citation(x, ...)
Arguments
x |
An |
... |
dots Not used, extra arguments supplied will cause a warning. |
Value
A <bibentry>
object containing multiple references. The length of
output <bibentry>
is equal to the length of the list of <epiparameter>
objects supplied.
Examples
# example with list of <epiparameter>
db <- epiparameter_db()
get_citation(db)
[Package epiparameter version 0.4.1 Index]