powered by
Retrieve the path to the active project (if any).
project(default = NULL)
The active project directory, as a length-one character vector.
The value to return when no project is currently active. Defaults to NULL.
NULL
if (FALSE) { # get the currently-active renv project renv::project() }
Run the code above in your browser using DataLab