# Cite everything in all formats
if (FALSE) {
spod_cite()
}
# Cite just the package in BibTeX format
if (FALSE) {
spod_cite(what = "package", format = "bibtex")
}
# Cite both methodologies in plain text
if (FALSE) {
spod_cite(what = c("methodology_v1", "methodology_v2"), format = "text")
}
Run the code above in your browser using DataLab