View source: R/feature_flag-connect_group.R
create_connect_group_feature_flag | R Documentation |
Creates an instance of a connect feature flag that is enabled for specific groups
create_connect_group_feature_flag(groups)
groups |
groups for which the feature flag should be enabled |
feature flag that is enabled for specific groups
{
connect_group_flag <- create_connect_group_feature_flag(groups = c("group1", "group2"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.