calculate_hierarchy_stats | R Documentation |
Calculates various statistics about the code hierarchy including the total number of themes and codes, maximum depth, and distribution of codes across themes.
calculate_hierarchy_stats(node)
node |
Root node of the hierarchy tree |
A list containing hierarchy statistics:
total_themes: Total number of themes in the hierarchy
total_codes: Total number of codes in the hierarchy
max_depth: Maximum depth of the hierarchy tree
codes_per_theme: List showing number of codes in each theme
average_codes_per_theme: Average number of codes per theme
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.