create_bool_feature_flag: Creates an instance of a bool feature flag with the specified...

Description Usage Arguments Value Examples

View source: R/feature_flag-bool.R

Description

Creates an instance of a bool feature flag with the specified bool value.

Usage

1

Arguments

value

single logical determining whether the flag should be enabled

Value

feature flag object of the bool value

Examples

1
2
3
4
{
  enabled_flag <- create_bool_feature_flag(TRUE)
  disabled_flag <- create_bool_feature_flag(FALSE)
}

featureflag documentation built on Feb. 18, 2021, 5:06 p.m.