display_corner | R Documentation |
This function returns the coordinates of the specified corner of the display. This function works only on windows.
display_corner(corner = "bottom_left", width = 600, height = 600)
corner |
A string to specify a corner of the display. "top_left", "top_right", "bottom_left", or "bottom_right". |
width , height |
A integer to specify width or height of the corner. |
A numeric vector of length 4 representing the coordinates of the specified corner.
## Not run:
display_corner("top_left", 800, 800)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.