powered by
Method for check if a dataset has continuous data
hasContinuousData(data)
Dataset as data.frame
Returns TRUE if the dataset has continuous data and FALSE if it has not.
# NOT RUN { iris <- RKEEL::loadKeelDataset("iris") hasContinuousData(iris) # }
Run the code above in your browser using DataLab