create_connect_group_feature_flag: Creates an instance of a connect feature flag that is enabled...

View source: R/feature_flag-connect_group.R

create_connect_group_feature_flagR 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"))
}

featureflag documentation built on April 4, 2025, 5:45 a.m.