pixels_to_EMU {xlcharts} | R Documentation |
pixels_to_EMU
Description
1 pixel = 9525 EMUs
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
Usage
pixels_to_EMU(value, ...)
Arguments
value |
value |
... |
Additional arguments, i.e. kwargs. |
Value
A numeric value.
Examples
## Not run:
pixels_to_EMU(value = 1L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]