View source: R/package_tracking.R
| create_renv_lockfile | R Documentation |
Generate an renv-compatible lockfile for package reproducibility
create_renv_lockfile(output_file, project_path = ".")
output_file |
Character. Path to save lockfile (required). |
project_path |
Character. Path to project. Default is current directory. |
Path to created lockfile
## Not run:
create_renv_lockfile(output_file = tempfile(fileext = ".lock"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.