locations_table_from_dimensions: Create locations table from dimensions and exclude table

View source: R/batch_container.R

locations_table_from_dimensionsR 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.


designit documentation built on May 29, 2024, 12:04 p.m.