Skip to contents

Performs a series of checks on a dataframe. For internal use. It returns an error if some of the checks are not passed, otherwise return the data argument.

Usage

.check_data(data)

Arguments

data

a dataframe

Value

a dataframe (in case of no errors)