Description Usage Arguments Value Examples
Replaces Understanding Society's special "missing" values with NA.
1 |
df |
A dataframe. |
The same dataframe with Understanding Society's missing values replaced with NA.
1 2 3 | test_data = data.frame(a = c(532, -2), b = c(-9, 40))
clean_data = make_na(test_data)
clean_data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.