lock_complete: Assert that data is complete (no missing values anywhere)
Description
Checks that all columns have no NA values.
Usage
lock_complete(.data, .strict = FALSE)
Value
Invisibly returns .data (for piping).
Arguments
- .data
A data frame.
- .strict
If TRUE, error on failure. If FALSE (default), warn.