h2o.nacnt | R Documentation |
Gives the count of NAs per column.
h2o.nacnt(x)
x |
An H2OFrame object. |
Returns a list containing the count of NAs per column
## Not run:
library(h2o)
h2o.init()
iris_hf <- as.h2o(iris)
h2o.nacnt(iris_hf) # should return all 0s
h2o.insertMissingValues(iris_hf)
h2o.nacnt(iris_hf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.