eyeMissing | R Documentation |
If data frame is entered this function will return the columns with missing values and the total number of missing values. If a column name is included in the call, this function will instead return a list of rows that have missing values.
eyeMissing(eData, col = NULL)
eData |
A data frame |
col |
Optional column to be searched for missing values. Enter as either 'col_name' or type the column number. |
Returns either a listing of columns with missing values or missing values in a specified column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.