| fetch_rstudio_prefs {rstudio.prefs} | R Documentation |
Fetch table of RStudio Preferences
Description
Preferences are fetched from https://docs.rstudio.com/ide/server-pro/session-user-settings.html
Usage
fetch_rstudio_prefs()
Value
tibble
Details
Only preferences of type "boolean", "string", "number", "integer",
and "array"
are fetched from the table.
TODO: Research how type "object" are passed and include
in the fetched preferences table.
Examples
fetch_rstudio_prefs()
[Package rstudio.prefs version 0.1.9 Index]