Skip to contents

List all available feature flags and their current values.

Usage

sdk_list_features()

Value

A named list of feature flags.

Examples

if (FALSE) { # \dontrun{
# See all feature flags
print(sdk_list_features())
} # }