View source: R/pixels_to_points.R
pixels_to_points | R Documentation |
96 dpi, 72i
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
pixels_to_points(value, dpi = 96L, ...)
value |
value |
dpi |
dpi |
... |
Additional arguments, i.e. kwargs. |
A numeric value.
## Not run:
pixels_to_points(value = 1L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.