is_renv_used: Is renv used in current directory/project?

View source: R/renvHelpers.R

is_renv_usedR Documentation

Is renv used in current directory/project?

Description

[Experimental]

Check if your current workspace is in a project with renv enabled. This is kind of a hack and just looks for a renv folder, but it should work.

Usage

is_renv_used(path = here::here())

Arguments

path

Path to check. Defaults to result of here::here()

Value

Returns a TRUE/FALSE

Examples

## Not run: 
is_renv_used()

## End(Not run)


MARC-KC/marcR documentation built on June 2, 2022, 9:31 p.m.