Open an RStudio project by name. If the project does not exist, this function
will throw an error.
Usage
open_proj(project, new_session = TRUE)
Arguments
- project
The name of an existing project.
- new_session
Whether to open the project in a new RStudio session.
Value
Called for side effects. Probably something invisibly.