Learn R Programming

socialmixr (version 0.7.0)

get_citation: Citation for a survey

Description

[Defunct]

get_citation() is defunct. Use contactsurveys::get_citation() instead.

Usage

get_citation(x)

Value

Always errors.

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