Description Usage Arguments Details Value Examples
View source: R/data_functions.R
Quickly check which columns of a dataset have NA values.
1 |
data |
A data.frame, or other data that could contain NA values. |
A function that gives a quick check of data to see where NA's are. Most useful for data.frames where the funciton will supply the number if NA's in each column. The output can be passed to the sum() function to check for total NA's.
Number of NA's in position of data.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.