Learn R Programming

scutr (version 0.2.0)

validate_dataset: Validate a dataset for resampling.

Description

This functions checks that the given column is present in the data and that all columns besides the class column are numeric.

Usage

validate_dataset(data, cls_col)

Value

NA

Arguments

data

Dataframe to validate.

cls_col

Column with class information.