fetch_rstudio_prefs: Fetch table of RStudio Preferences

View source: R/fetch_rstudio_prefs.R

fetch_rstudio_prefsR 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()

rstudio.prefs documentation built on July 16, 2022, 5:07 p.m.