View source: R/ConnectionSite.R
ConnectionSite | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
ConnectionSite(ang = NULL, pos = NULL, ...)
ang |
ang |
pos |
pos |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
ConnectionSite(ang = 1.5, pos = AdjPoint2D(x = 1L, y = 2L))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.