| renv_enabled | R Documentation |
Determines whether renv integration is active by checking for the
.framework_renv_enabled marker file in the project root.
renv_enabled()
Logical indicating whether renv is enabled
if (renv_enabled()) {
message("Using renv for package management")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.