RStudio-related-dirs | R Documentation |
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()
... |
(character) Parts of the path. Path to sub-directories. |
.check |
(logical) If |
(string) path to RStudio configuration directory.
When .check = TRUE
, renturns error, if the path does not exist.
fs::file_show()
, browseURL()
,
rstudioapi::navigateToFile()
,
utils::file.edit()
get_path_rstudio_config_dir()
:
https://support.rstudio.com/hc/en-us/articles/200534577-Resetting-RStudio-Desktop-s-State
## Not run: \donttest{
get_path_rstudio_config_dir()
get_path_rstudio_config_dir("dictionaries")
}
## End(Not run)
## Not run: \donttest{
get_path_rstudio_keybindings_dir()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.