| [.contact_survey | R Documentation |
Filters a contact_survey object using an expression. The expression is
evaluated against whichever table(s) contain the referenced columns
(participants, contacts, or both). When participants are filtered, contacts
are automatically pruned to matching part_ids.
## S3 method for class 'contact_survey'
x[i, ...]
x |
a |
i |
an expression to evaluate as a row filter (e.g.
|
... |
ignored |
a filtered contact_survey object
data(polymod)
polymod[country == "United Kingdom"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.