calculate_na_percentage: Calculate NA Percentage
Description
This function calculates the percentage of NA values in a given vector. It also includes a margin of 10%.
Usage
calculate_na_percentage(x, ...)
Value
A numeric value representing the percentage of NA values in the vector.
Arguments
- x
A numeric vector.
- ...
Additional arguments (not used).