check_min_na: Check if fraction of x$data that is NA is => min_na

Description Usage Arguments

View source: R/check.R

Description

Check if fraction of x$data that is NA is => min_na

Usage

1
check_min_na(x, min_na, rm_na = FALSE)

Arguments

x

List with data, result, and any errors already found

min_na

Minimum fraction of x$data that can be NA

rm_na

Whether NAs should be removed once test is over


doctr documentation built on May 4, 2017, 5:11 p.m.

Related to check_min_na in doctr...