Either a numeric vector of two or more unique cut points or a
single number (greater than or equal to 2) giving the number of intervals
into which the vector produced from fun is to be cut.
labels
Labels for the levels of the resulting category. By default,
labels are constructed using "(a,b]" interval notation. If
labels = FALSE, simple integer codes are returned instead of a factor.
include.lowest
logical. If TRUE an 'x[i]' equal to the lowest
(or highest, for right = FALSE) 'breaks' value should be included.
right
logical. If TRUE the intervals will be closed on the
right (and open on the left).
dig.lab
An integer which is used when labels are not given. It
determines the number of digits used in formatting the break numbers.
ordered_result
logical. If TRUE the result be an ordered
factor.
n
The number elements to generate. This can be globally set within
the environment of r_data_frame or r_list.