powered by
Creates an instance of a bool feature flag with the specified bool value.
create_bool_feature_flag(value)
feature flag object of the bool value
single logical determining whether the flag should be enabled
{ enabled_flag <- create_bool_feature_flag(TRUE) disabled_flag <- create_bool_feature_flag(FALSE) }
Run the code above in your browser using DataLab