metric_complete | R Documentation |
This function calculates the completeness of each column in the dataset by subtracting the NA count from the total number of rows.
metric_complete(na, data)
na |
A vector of NA counts for each column. |
data |
The original dataset. |
A vector of completeness values (proportions) for each column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.