Convert units used to calculate metrics.
1 2 3 4 5 6 | convert_table_unit(
metrics_table,
conversion_rate_width = NULL,
conversion_rate_height = NULL,
unit = "cm"
)
|
metrics_table |
Output from |
conversion_rate_width |
Default: NULL. Value of unit conversion rate. If rate values differ from width and height, a length two numeric vector with conversion rates for width and lengths can be supplied. |
conversion_rate_height |
Default: NULL. Value of unit conversion rate. If rate values differ from width and height, a length two numeric vector with conversion rates for width and lengths can be supplied. |
unit |
Unit to convert values from pixel. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.