hasContinuousData | R Documentation |
Method for check if a dataset has continuous data
hasContinuousData(data)
data |
Dataset as data.frame |
Returns TRUE if the dataset has continuous data and FALSE if it has not.
iris <- RKEEL::loadKeelDataset("iris")
hasContinuousData(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.