Directories of RStudio (desktop) settings, preferences and other files.

  • `get_path_rstudio_config_dir()`` - gets path to RStudio configuration directory (and its sub-directories).

get_path_rstudio_config_dir(..., .check = FALSE)

get_path_rstudio_internal_state_dir(..., .check = FALSE)

get_path_rstudio_keybindings_dir()

open_rstudio_config_dir()

open_rstudio_internal_state_dir()

open_rstudio_keybindings_dir()

Arguments

...

(character) Parts of the path. Path to sub-directories.

.check

(logical) If TRUE, additionally checks for path existance.

Value

(string) path to RStudio configuration directory. When .check = TRUE, renturns error, if the path does not exist.

See also

  • get_path_rstudio_config_dir(): https://support.rstudio.com/hc/en-us/articles/200534577-Resetting-RStudio-Desktop-s-State

Examples