get_var_buckets | R Documentation |
Put variables into "buckets" to create a set of plots instead one large plot
get_var_buckets(data, bucket_size = 100, var_name_target = NA, var_name_n = NA)
data |
A dataset |
bucket_size |
Maximum number of variables in one bucket |
var_name_target |
Name of the target variable (if defined) |
var_name_n |
Name of the weight (n) variable (if defined) |
Buckets as a list
get_var_buckets(iris)
get_var_buckets(iris, bucket_size = 2)
get_var_buckets(iris, bucket_size = 2, var_name_target = "Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.