inch_to_dxa {xlcharts} | R Documentation |
1 inch = 72 * 20 dxa
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
inch_to_dxa(value, ...)
value |
value |
... |
Additional arguments, i.e. kwargs. |
An numeric value.
## Not run:
inch_to_dxa(value = 1)
## End(Not run)