I use writeRStudioPreference() to make it easy for my students to set up their RStudio environments. For example, I have them all run:
writeRStudioPreference("save_workspace", "never")
Two questions:
Where is the list all all possible argument values for writeRStudioPreference() ?
In the new (?) settings options for visual editing, I would like to check "Preview in Viewer Pane". Is there an argument value to writeRStudioPreference() which would do this?