hasEnvar: Check Environment Variables

View source: R/utils.R

hasEnvarR 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')


renozao/pkgmaker documentation built on May 3, 2023, 6:04 p.m.