pkgdown/mathjax-config.html

Skip to contents

Checks that all columns have no NA values.

Usage

assume_complete(.data, .strict = FALSE)

Arguments

.data

A data frame.

.strict

If TRUE, error on failure. If FALSE (default), warn.

Value

Invisibly returns .data (for piping).