metric_na | R Documentation |
This function calculates the total NA count for each column by summing the drop, section NA, and single NA metrics.
metric_na(drop, sec_na, single_na)
drop |
A vector of drop counts for each column. |
sec_na |
A vector of section NA counts for each column. |
single_na |
A vector of single NA counts for each column. |
A vector of total NA counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.