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