is_enabled {featureflag}R Documentation

Checks if the given feature flag is enabled.

Description

Checks if the given feature flag is enabled.

Usage

is_enabled(feature_flag)

Arguments

feature_flag

feature flag to be tested whether it is enabled

Value

TRUE if the feature flag is enabled.


[Package featureflag version 0.1.0 Index]