Last chance! 50% off unlimited learning
Sale ends in
cut_interval(x, n = NULL, length = NULL, ...)
cut
cut_number
table(cut_interval(1:100, n = 10))
table(cut_interval(1:100, n = 11))
table(cut_interval(1:100, length = 10))
Run the code above in your browser using DataLab