rstudio / rstudioapi

Safely access RStudio's API (when available)
http://rstudio.github.io/rstudioapi
Other
168 stars 35 forks source link

Access and apply panel layout information #127

Open haozhu233 opened 5 years ago

haozhu233 commented 5 years ago

During the rstudio::conf, @njtierney came up with an great idea to create an addin that can "reset/restore" rstudio panel layout. In the future, it might be nice if we can have two similar functions like rstudioapi::getThemeInfo() and rstudioapi::applyTheme() that can allow people to access panel info.

njtierney commented 5 years ago

Hiya there @jmcphers !

I've recently taught a course and was reminded that it would be handy to have this feature, just wondering if this is something that is possible?

jmcphers commented 5 years ago

No, it's not possible today. You might be interested in this related issue on the IDE side: https://github.com/rstudio/rstudio/issues/4276