getCompartmentMapping {campsis} | R Documentation |
Get a mapping table with all possibilities of compartment names and their indexes knowing that compartment names can be provided as character or as integer.
Description
Get a mapping table with all possibilities of compartment names and their indexes knowing that compartment names can be provided as character or as integer.
Usage
getCompartmentMapping(compartments)
Arguments
compartments |
list of compartments |
Value
a tibble with two columns: INDEX and NAME
[Package campsis version 1.7.0 Index]