Description Usage Arguments Value
Find number of missing values and missingness rate
1  | summarize_NAs(mat, by)
 | 
mat | 
 Matrix  | 
by | 
 An integer.  Dimension for which to compute missingness
statistics (1 = rows, 2 = columns).  Same as   | 
A data frame with columns "id", "missings", and
"missingness_rate" containing row (column) names, number of
missings per row (column), and missingness rate per row
(column) if by is 1 (2).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.