# example with
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")
Run the code above in your browser using DataLab