locations_table_from_dimensions {designit}R Documentation

Create locations table from dimensions and exclude table

Description

Create locations table from dimensions and exclude table

Usage

locations_table_from_dimensions(dimensions, exclude)

Arguments

dimensions

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().

exclude

data.frame with excluded locations of a container.

Value

a tibble::tibble() with all the available locations.


[Package designit version 0.5.0 Index]