missing_codes | R Documentation |
Takes a coding a returns a new coding with all codes that represent a missing value.
missing_codes(coding)
coding |
a coding |
A coding that contains all missing codes. If no codes are found, returns 'empty_coding()'
missing_codes(coding(code("Yes", 1), code("No", 0), code("Missing", NA)))
missing_codes(coding(code("Yes", 1), code("No", 0)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.