is_missing_data_value | R Documentation |
Returns TRUE if the values inside a variable contains the missing data values
coding from HILDA. They usally starts with [-{number}]
or a negative value
if the variable is of type numeric.
is_missing_data_value(x)
x |
a vector |
a logical vector
## Not run: h <- hil_fetch(2011) h[is_missing_data_value(mrcurr)] ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.