| renv_disable | R Documentation |
Deactivates renv integration while preserving renv.lock for future use.
Removes the .framework_renv_enabled marker file.
renv_disable(keep_renv = TRUE)
keep_renv |
Logical; if TRUE (default), keep renv.lock and renv/ directory |
Invisibly returns TRUE on success
if (FALSE) {
renv_disable()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.