Description Usage Arguments Value See Also Examples
Use deactivate()
to remove the infrastructure used by renv
to activate
projects for newly-launched R sessions. In particular, this implies removing
the requisite code from the project .Rprofile
that automatically activates
the project when new R sessions are launched in the project directory.
1 |
project |
The project directory. If |
The project directory, invisibly. Note that this function is normally called for its side effects.
Other renv:
activate()
1 2 3 4 5 6 7 | ## Not run:
# deactivate the currently-activated project
renv::deactivate()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.