EMU_to_inch {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
EMU_to_inch(value, ...)
value |
value |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
EMU_to_inch(value = 100L)
## End(Not run)