R/batch_container.R
locations_table_from_dimensions.Rd
Create locations table from dimensions and exclude table
locations_table_from_dimensions(dimensions, exclude)
A vector or list of dimensions. Every dimension should have a name. Could be an integer vector of dimensions or a named list. Every value of a list could be either dimension size or parameters for BatchContainerDimension$new().
data.frame with excluded locations of a container.
a tibble::tibble()
with all the available locations.