View source: R/feature_flag-env_var.R
create_env_var_feature_flag | R Documentation |
Creates an instance of a feature flag that is enabled based on an environment variable
create_env_var_feature_flag(env_var)
env_var |
Name of the environment variable |
Feature flag that is enabled based on the specified environment variable
{
env_flag <- create_env_var_feature_flag(env_var = "FEATURE_X")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.