Description Usage Arguments Value Examples
View source: R/buffer_calculate.R
A simplified form of the other buffer calculation object; used to calculate the needed reagents necessary to make X of a buffer.
1 2 | buffer_calculate(buffer.df, amount_col, amount_needed = 1,
amount_needed_unit = "mL", buffer.name = NULL, buffer.col = "Buffer")
|
buffer.df |
dataframe containing recipes. |
amount_col |
String identifying the values / volumes |
amount_needed |
how much? ex: 5 |
amount_needed_unit |
"ml","Samples", etc. |
buffer.name |
filter for a specific buffer? Takes a String. |
buffer.col |
Default is "Buffer". Supply this if you are filtering for a specific buffer. |
RETURN_DESCRIPTION
1 | # ADD_EXAMPLES_HERE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.