Description Usage Arguments Value Examples
Open a project's lockfile (if any) for editing. After edit, if the lockfile edited is associated with the active project, any state-related changes (e.g. to R repositories) will be updated in the current session.
1 |
project |
The project directory. If |
The project directory, invisibly. Note that this function is normally called for its side effects.
1 2 3 4 5 6 7 8 | ## Not run:
# modify an existing lockfile
if (interactive())
renv::modify()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.