test_data_complete: Check if data has either explicit NA values or implicit...

View source: R/checks.R

test_data_completeR Documentation

Check if data has either explicit NA values or implicit missing dates.

Description

Check if data has either explicit NA values or implicit missing dates.

Usage

test_data_complete(data, cols_to_check)

Arguments

data

The data to be checked

cols_to_check

A character vector of the columns to check

Value

TRUE if data is complete, else if data has implicit or explicit missingness, FALSE.


EpiNow2 documentation built on Oct. 31, 2024, 5:09 p.m.