View source: R/resolve_units.R
resolve_units | R Documentation |
resolve unit requirements across data frames
resolve_units(.list)
.list |
list of vectors of units |
resolve units will determine the final combination of units across all unit combinations provided as a list of vectors of units
resolve_units(list(c(conc = "mg/L"), c(conc = "ug/L")))
resolve_units(list(c(conc = "mg/L"), c(conc = "ug/L", dose = "mg")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.