Description Usage Arguments Details Value Examples
This method returns a logical vector that indicates the presence of
NA values in every column of data.
1 |
data |
|
This method takes a data.frame as an input and then checks for each
column if it contains any NA values. The results get stored in a
logical vector (always together with the column name).
Named logi (being a logical vector also containing the
column name for each logical value) indicating the presence
of NA values for each column of data.
1 | KaggleHouse:::util.contain_na(data_train)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.