Learn R Programming

socialmixr (version 0.5.0)

get_citation: Citation for a survey

Description

[Deprecated]

get_citation() has been deprecated in favour of contactsurveys::get_citation().

Gets a full citation for a survey().

Usage

get_citation(x)

Value

citation as bibentry

Arguments

x

a character vector of surveys to cite

Examples

Run this code
# we recommend using the contactsurveys package for get_citation()
if (FALSE) {
data(polymod)
citation <- contactsurveys::get_citation(polymod)
print(citation)
print(citation, style = "bibtex")
}

Run the code above in your browser using DataLab