fetch_rstudio_prefs {rstudio.prefs} | R Documentation |
Preferences are fetched from https://docs.rstudio.com/ide/server-pro/session-user-settings.html
fetch_rstudio_prefs()
tibble
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.
fetch_rstudio_prefs()