| renv_enable | R Documentation |
Initializes renv integration for the current Framework project. This:
Creates .framework_renv_enabled marker file
Initializes renv if not already initialized
Syncs packages from settings.yml to renv.lock
Updates .gitignore to exclude renv cache
renv_enable(sync = TRUE)
sync |
Logical; if TRUE (default), sync packages from settings.yml |
Invisibly returns TRUE on success
if (FALSE) {
renv_enable()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.