Copy of the internal function usethis:::rstudio_config_path()

rstudio_config_path(...)

Arguments

...

strings added to the RStudio config path

Value

path string to RStudio rstudio-prefs.json file

Author

Daniel D. Sjoberg

Examples

if (interactive()) {
  rstudio_config_path()
}