checkOutputBounds: checkOutputBounds

Description Usage Arguments Value

View source: R/dataHandler.R

Description

Checks that the columns chosen as outputs are valid choices. They are valid if each column specified is within the range of 1 and numCol, and that at least 1 column will remain to be used as input if using all output column choices.

Usage

1
checkOutputBounds(numCol, outputColumns)

Arguments

numCol

the number of columns in the dataset

outputColumns

a vector containing integers to specify the columns

Value

a boolean of if the choices were valid or not


porteous54/caRtesian documentation built on May 30, 2019, 11:43 a.m.