Learn R Programming

featureflag (version 0.2.0)

create_connect_group_feature_flag: 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)

Value

feature flag that is enabled for specific groups

Arguments

groups

groups for which the feature flag should be enabled

Examples

Run this code
{
  connect_group_flag <- create_connect_group_feature_flag(groups = c("group1", "group2"))
}

Run the code above in your browser using DataLab