get_citation() is defunct. Use contactsurveys::get_citation() instead.
Examples
# we recommend using the contactsurveys package for get_citation()
if (FALSE) { # \dontrun{
data(polymod)
citation <- contactsurveys::get_citation(polymod)
print(citation)
print(citation, style = "bibtex")
} # }