check_max_na: Check if fraction of x$data that is NA is <= max_na

Description Usage Arguments

View source: R/check.R

Description

Check if fraction of x$data that is NA is <= max_na

Usage

1
check_max_na(x, max_na, rm_na = FALSE)

Arguments

x

List with data, result, and any errors already found

max_na

Maximum 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_max_na in doctr...