get_citation.multi_epiparameter | R Documentation |
<epiparameter>
objectsExtract the citation stored in a list of <epiparameter>
objects.
## S3 method for class 'multi_epiparameter'
get_citation(x, ...)
x |
An |
... |
dots Not used, extra arguments supplied will cause a warning. |
A <bibentry>
object containing multiple references. The length of
output <bibentry>
is equal to the length of the list of <epiparameter>
objects supplied.
# example with list of <epiparameter>
db <- epiparameter_db()
get_citation(db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.