| sdk_set_feature | R Documentation |
Set a feature flag value. Use this to enable/disable SDK features.
sdk_set_feature(flag, value)
flag |
Name of the feature flag. |
value |
Value to set. |
Invisible previous value.
if (interactive()) {
# Disable shared session for legacy compatibility
sdk_set_feature("use_shared_session", FALSE)
# Enable legacy tool format
sdk_set_feature("legacy_tool_format", TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.