Skip to contents

Get a value from .pipenv

Usage

get_from_pipenv(key)

Arguments

key

A character string representing the key

Value

The value associated with the key in .pipenv

Examples

set_in_pipenv("example_key", 42)
get_from_pipenv("example_key") # returns 42
#> [1] 42