Description Usage Arguments Value
This a helper function to summarize more than one columns for group_bin function. Ideally The breaks should start from -Inf and end at +Inf to avoid Nan's. Otherwise we can see see Nan's. Default bin's are calculated based on quartiles of the data
1 | helper_bin(data, x, y, breaks, ...)
|
data |
Input data table |
x: |
A single numeric column to get top n and min n numbers |
y: |
Column to summarize default is input column |
break: |
bin size of data |
returns a list containing summary data.frame with two columns with min and max numbers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.