create_env_var_feature_flag {featureflag} | R 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")
}
[Package featureflag version 0.2.0 Index]