Description Usage Arguments Details Value Examples
Load an renv
project.
1 |
project |
The project directory. If |
quiet |
Boolean; be quiet during load? |
Calling renv::load()
will set the session's library paths to use a
project-local library, and perform some other work to ensure the project is
properly isolated from other packages on the system.
Normally, renv::load()
is called automatically by the project auto-loader
written to the project .Rprofile
by init()
. This allows R sessions
launched from the root of an renv
project directory to automatically load
that project, without requiring explicit action from the user. However, if
preferred or necessary, one can call renv::load("<project>")
to explicitly
load an renv
project located at a particular path.
The project directory, invisibly. Note that this function is normally called for its side effects.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.