modify | R Documentation |
Modify a project's lockfile, either interactively or non-interactively.
modify(project = NULL, changes = NULL)
project |
The project directory. If |
changes |
A list of changes to be merged into the lockfile.
When |
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.
The project directory, invisibly. Note that this function is normally called for its side effects.
## 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.