hasEnvar {pkgmaker}R Documentation

Check Environment Variables

Description

Tells if some environment variable(s) are defined.

Usage

hasEnvar(x)

Arguments

x

environment variable name, as a character vector.

Value

A logical flag.

Examples


hasEnvar('_R_CHECK_TIMINGS_')
hasEnvar('ABCD')


[Package pkgmaker version 0.32.10 Index]