R/cite.R
get_citation.Rd
get_citation() has been deprecated in favour of contactsurveys::get_citation().
get_citation()
contactsurveys::get_citation()
Gets a full citation for a survey().
survey()
get_citation(x)
a character vector of surveys to cite
citation as bibentry
# 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") } # }