envvar_is_set: Check whether an environment variable is set

View source: R/envvar_is_set.R

envvar_is_setR Documentation

Check whether an environment variable is set

Description

envvar_is_set() checks whether a given environment variable is set.

Usage

envvar_is_set(x)

Arguments

x

String with the name of environment variable

Value

A logical value

Examples

envvar_is_set("HOME")

envvar documentation built on Sept. 11, 2024, 8:29 p.m.