calculate_na_percentage: Calculate NA Percentage

View source: R/calculate_na_percentage.R

calculate_na_percentageR Documentation

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, ...)

Arguments

x

A numeric vector.

...

Additional arguments (not used).

Value

A numeric value representing the percentage of NA values in the vector.


vvmover documentation built on June 22, 2024, 10:46 a.m.