Bins a numeric column such that each bin contains 10 Intended for positive numeric vectors that make sense to sum, such as sales. Negative and NAs get treated as 0. The function never puts two rows with the same value into different bins. Accessed by the "value" method of the bin_cols function.
bin_equal_value(mdb, col, n_bins = 10)
dataframe
a numeric vector
number of bins
an integer vector