Description Usage Arguments Value Examples
Converts the scale of the unit in a dataframe when calculating volumes / mass.
1 | bioKIT.unit.convert(df, value, unit)
|
df |
The dataframe holding the calculations. |
value |
value represents the column with the total volume. Ex: 1234 might be 1,234 ul. |
unit |
the column name, as a string, that represents the unit of the value variable. |
returns a vector containing strings of the value with the attached unit.
1 | # ADD_EXAMPLES_HERE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.