View source: R/as_contact_survey.R
as_contact_survey | R Documentation |
Checks that a survey fulfills all the requirements to work with the 'contact_matrix' function
as_contact_survey(
x,
id.column = "part_id",
country.column = "country",
year.column = "year"
)
x |
list containing
|
id.column |
the column in both the |
country.column |
the column in the |
year.column |
the column in the |
invisibly returns a character vector of the relevant columns
data(polymod)
check(polymod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.