Skip to contents

This function initializes an renv environment for the project by running renv::init(). See https://rstudio.github.io/renv/ for further detail.

Usage

add_renv(quiet = FALSE)

Arguments

quiet

A logical value. If TRUE messages are deleted. Default is FALSE.

Value

No return value.

Examples

if (FALSE) {
add_renv()
}