Is it possible to programmatically obtain the current window sizes of RStudio Viewer?
This article describes how to set them (height only):
https://support.rstudio.com/hc/en-us/articles/202133558-Extending-RStudio-with-the-Viewer-Pane
This is currently not possible, the RStudio API does not seem to yet disclose these parameters. This is what I mean from the answer of RStudio staff here.
grDevices::dev.size("px") / ( , ). RStudio , ( ) .
grDevices::dev.size("px")
Source: https://habr.com/ru/post/1543138/More articles:Choose between two inputs in the gstreamer plugin - cIs the final string s = "Hello World" the same as String s = "Hello World"? - javaCan I compile Swift code on Xcode 5? - swiftBuilt-in level designer Sprite Kit in Xcode 6 - ios8NetBeans IDE 8.0 with Ivy - netbeansThe unexpected behavior of Ruby eigenclass - ruby | fooobar.comProblem with Keybed event in JavaFx in Java 8 - javaAndroid clears / completes previous steps except one - androidIs there any operator in c that is both unary and binary? - cCompute vertex normals in triangulated geometry with edge detection - c ++All Articles