Description Usage Arguments See Also Examples
This function provides an API for creating and modifying renv
lockfiles.
This can be useful when you'd like to programmatically generate or modify
a lockfile – for example, because you want to update or change a package
record in an existing lockfile.
1 |
file |
The path to an existing lockfile. When no lockfile is provided,
a new one will be created based on the current project context. If you
want to create a blank lockfile, use |
project |
The project directory. If |
lockfiles
, for a description of the structure of an
renv
lockfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.