Turn Features On and Off using Feature Flags


[Up] [Top]

Documentation for package ‘featureflag’ version 0.1.0

Help Pages

create_bool_feature_flag Creates an instance of a bool feature flag with the specified bool value.
create_feature_flag Creates the base of a feature flag.
feature_if Evaluates the provided expression if the feature flag is enabled.
feature_ifelse Evaluates one or the other expression based on whether the feature flag is enabled.
is_enabled Checks if the given feature flag is enabled.
is_enabled.bool_feature_flag Checks if the given bool feature flag is enabled