powered by
This function returns the coordinates of the specified corner of the display. This function works only on windows.
display_corner(size, corner = "bottom_left", width = 600, height = 600)
A numeric vector of length 4 representing the coordinates of the specified corner.
Integers to specify width or height of display size.
A string to specify a corner of the display. "top_left", "top_right", "bottom_left", or "bottom_right".
A integer to specify width or height of the corner.
if (FALSE) { size <- display_size() display_corner(size, "top_left", 800, 800) }
Run the code above in your browser using DataLab