go | R Documentation |
Open or reopen an R project
go(...)
reopen()
... |
Either nothing or a single unquoted R project name. |
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. |
NULL
. Called for the side effect of opening or reopening a project.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.