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