View source: R/batch_container.R
locations_table_from_dimensions | R Documentation |
Create locations table from dimensions and exclude table
locations_table_from_dimensions(dimensions, exclude)
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. |
a tibble::tibble()
with all the available locations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.