angle_to_degrees {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
angle_to_degrees(value, ...)
value |
value |
... |
Additional arguments, i.e. kwargs. |
A numeric value.
## Not run:
angle_to_degrees(value = 1000L)
## End(Not run)