create_connect_group_feature_flag {featureflag} | R Documentation |
Creates an instance of a connect feature flag that is enabled for specific groups
Description
Creates an instance of a connect feature flag that is enabled for specific groups
Usage
create_connect_group_feature_flag(groups)
Arguments
groups |
groups for which the feature flag should be enabled |
Value
feature flag that is enabled for specific groups
Examples
{
connect_group_flag <- create_connect_group_feature_flag(groups = c("group1", "group2"))
}
[Package featureflag version 0.2.0 Index]