get_citation.epiparameter | R Documentation |
<epiparameter>
objectExtract the citation stored in an <epiparameter>
object.
## S3 method for class 'epiparameter'
get_citation(x, ...)
x |
An |
... |
dots Not used, extra arguments supplied will cause a warning. |
A <bibentry>
object.
# example with <epiparameter>
ep <- epiparameter_db(single_epiparameter = TRUE)
get_citation(ep)
# example returning bibtex format
ep <- epiparameter_db(disease = "COVID-19", single_epiparameter = TRUE)
cit <- get_citation(ep)
format(cit, style = "bibtex")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.