Creates a profile summary for each sector showing key transition metrics.
Value
A tibble with sector profiles including total transitions, unique job titles, and average metrics.
Details
This function creates a comprehensive sector profile including: - Total number of transitions - Total weighted transitions - Number of unique job titles (from and to) - Average specialization indices if available
Examples
if (FALSE) { # \dontrun{
result <- load_cmap_data(base_path = "~/cmap_data")
profile <- sector_profile(result$model_data, by = "sector")
} # }
