Learn R Programming

emil (version 2.2.10)

validate_data: Validate a pre-processed data set

Description

While writing and debugging pre-processing functions this function can be useful to confirm that the resulting data sets fulfills the necessary requirements.

Usage

validate_data(data)

Arguments

data

Pre-processed data set.

Value

Nothing, only throws an error or prints a completion message.