warehouse capacity calculations

I was wondering if anyone had done any work with warehouse capacity, and what tools in general were used. Right now I just use dplyr, and general R functions to group, sort, count items, and then compare to known capacity to make judgements of when I will need to expand, or shift loads. This works - but I wonder if there are tools built specifically for this issue.

I was just wondering if anyone had run across packages, or even tutorials to read up on where people have solved storage capacity problems.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.