View source: R/calculate_na_percentage.R
calculate_na_percentage | R Documentation |
This function calculates the percentage of NA values in a given vector. It also includes a margin of 10%.
calculate_na_percentage(x, ...)
x |
A numeric vector. |
... |
Additional arguments (not used). |
A numeric value representing the percentage of NA values in the vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.