EMU_to_cm {xlcharts} | R Documentation |
EMU_to_cm
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
Usage
EMU_to_cm(value, ...)
Arguments
value |
value |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
EMU_to_cm(value = 100L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]