envvar_is_set {envvar} | R 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")
[Package envvar version 0.1.1 Index]