is_nsnr | R Documentation |
Function to test if multiple variables contain the values associated with Doesn't know or Doesn't answer (default = c(-888, -999)). Useful for testing multiple variables in shorter code
is_nsnr(..., values = c(-666, -777, -888, -999))
... |
variables to test |
values |
Values to test if are contained in variables |
elsoc_example %>% dplyr::filter(have.value(c01, value = c(-777, -888, -999)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.