create_env_var_feature_flag: Creates an instance of a feature flag that is enabled based...

View source: R/feature_flag-env_var.R

create_env_var_feature_flagR Documentation

Creates an instance of a feature flag that is enabled based on an environment variable

Description

Creates an instance of a feature flag that is enabled based on an environment variable

Usage

create_env_var_feature_flag(env_var)

Arguments

env_var

Name of the environment variable

Value

Feature flag that is enabled based on the specified environment variable

Examples

{
  env_flag <- create_env_var_feature_flag(env_var = "FEATURE_X")
}

featureflag documentation built on April 4, 2025, 5:45 a.m.