estimate_size: Estimate the size of a list stochastically.

Description Usage Arguments

Description

We assume each element in the list is approximately the same size, sample some small percentage, and multiply by that amount.

Usage

1
estimate_size(list, sampling_percentage = 0.05)

Arguments

list

The list object whose size we are estimating.

sampling_percentage

numeric. Default is 0.05.


robertzk/objectdiff documentation built on May 27, 2019, 10:35 a.m.