rstudio_project_dir
From pathological v0.1-1
by Richard Cotton
Get the RStudio project directory
Gets the current RStudio project directory.
Usage
rstudio_project_dir(sep = c("/", "\\"))
Arguments
- sep
- String separator between directory levels in the output.
Value
-
A string giving the path to the current RStudio project directory,
or character vector with length zero if you are running RStudio without a
project open.
Note
This only works when your IDE is RStudio. Otherwise an error is thrown.
Examples
assertive.base::dont_stop(rstudio_project_dir())
Community examples
Looks like there are no examples yet.