Skip to contents

Show function categories and counts

Usage

show_function_categories()

Value

Invisibly NULL; called for its category summary printed to the console.

Examples

show_function_categories()
#> RESULTS: Function Categories Overview
#> =================================== 
#> 
#> Essential Functions ( 6 ):
#>    Core workflow functions for basic analysis
#>    Always visible to all users
#> 
#> RESULTS: Common Functions ( 7 ):
#>    Frequently used functions for common tasks
#>    Visible with help system
#> 
#> Advanced Functions ( 6 ):
#>    Specialized functions for advanced analysis
#>    Hidden by default, accessible via help
#> 
#> TOOLS: Expert Functions ( 3 ):
#>    Internal/utility functions for development
#>    Hidden from basic users
#> 
#> Total Functions:  22 
#> 
#> TIP: To see functions in each category:
#>    - show_available_functions('basic') - Essential only
#>    - show_available_functions('intermediate') - Essential + Common
#>    - show_available_functions('advanced') - Essential + Common + Advanced
#>    - show_available_functions('expert') - All functions