dispatch_metadata_ratio | R Documentation |
Given two metadata columns, print a ratio.
dispatch_metadata_ratio(
meta,
numerator_column = NULL,
denominator_column = NULL,
digits = 3,
numerator_add = NULL,
verbose = FALSE
)
meta |
metadata, contains the column names! |
numerator_column |
what it says on the tin. |
denominator_column |
what it says on the tin. |
digits |
Number of significant digits to keep in the output. |
numerator_add |
Add this column to the numerator in case one needs multiple columns. |
verbose |
unsed for the moment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.