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