Description Usage Arguments Value See Also
Turn a units data.frame into the character representation of the units
1 2 | merge_units(unitdfs, delimiter = "|", rule = c("disambiguate", "never",
"always"), separator = " ")
|
unitdfs |
list of unit data.frames, such as those returned by a call to parse_units |
delimiter |
A single-character string designating the delimiter that
should surround those units that are to be delimited according to
|
rule |
character string indicating the rule by which each unit within a unitdf will be delimited or not. The default, "disambiguate", wraps only those units that contain spaces or "^" characters. "never" wraps none, and "always" wraps all. |
separator |
character indicating a split among pieces of a unit, e.g., "mg L^-1" is separated by " ". |
list of character strings, one for each data.frame passed in
Other unit-merging functions: delimit_units
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.