go: Open or reopen an R project

View source: R/go.R

goR Documentation

Open or reopen an R project

Description

Open or reopen an R project

Usage

go(...)

reopen()

Arguments

...

Either nothing or a single unquoted R project name.

Details

  reopen Reopens the current R project.
   
  go Opens another project and loads the associated library if it exists. When name = NULL, launches a document selection dialog box and prompts user to select an existing R project. Otherwise, searches for an R project with name equal to the value of name in the parent directory of the current working directory, and if there is such a project, opens that project.

Value

NULL. Called for the side effect of opening or reopening a project.


j-martineau/uj documentation built on Sept. 14, 2024, 4:40 a.m.