map_partition: Map a partition across a range of minimum information
Description
map_partition() fits partition() across a range of minimum information
values, specified in the information argument. The output is a tibble with
a row for each value of information, a summary of the partition, and a
list-col containing the partition object.
Usage
map_partition(
.data,
partitioner = part_icc(),
...,
information = seq(0.1, 0.5, by = 0.1)
)
Value
a tibble
Arguments
.data
a data set to partition
partitioner
the partitioner to use. The default is part_icc().
...
arguments passed to partition()
information
a vector of minimum information to fit in partition()