powered by
Creates an instance of a feature flag that is enabled based on an environment variable
create_env_var_feature_flag(env_var)
Feature flag that is enabled based on the specified environment variable
Name of the environment variable
{ env_flag <- create_env_var_feature_flag(env_var = "FEATURE_X") }
Run the code above in your browser using DataLab