powered by
This function checks if there are at least minRequiredValues values in the introduced vector.
xHasEnoughValues(X, minRequiredValues)
Returns TRUE if the values are OK. FALSE, if there are not enough values.
the array with the values.
the minimum number values required to return TRUE.
xHasEnoughValues(c(1,2,2,3,1,5,8,9,67,8.5,4,8.3), 6)
Run the code above in your browser using DataLab