# Example usage with a single metric column
identify_usage_segments(
data = pq_data,
metric = "Emails_sent",
version = "12w",
return = "plot"
)
# Example usage with multiple metric columns
identify_usage_segments(
data = pq_data,
metric_str = c(
"Copilot_actions_taken_in_Teams",
"Copilot_actions_taken_in_Outlook",
"Copilot_actions_taken_in_Excel",
"Copilot_actions_taken_in_Word",
"Copilot_actions_taken_in_Powerpoint"
),
version = "4w",
return = "plot"
)
Run the code above in your browser using DataLab