Describe the bug
I tried to run the collaboration_sum() function with some data but it was only showing me Email and Call hours. But I know that we also have "teams" data available.
I looked at the basis of the function and it seemed to have problems with the if line of "unscheduled Calls".
In my dataset it was name "unscheduled_call_hours.
So I had to rename the col with:
colnames(clean_ca)[colnames(clean_ca) == "Unscheduled_call_hours"] <- "Unscheduled_Call_hours"
And after that it worked for me -> I now have the hoped for table:

Screenshots

Describe the bug
I tried to run the collaboration_sum() function with some data but it was only showing me Email and Call hours. But I know that we also have "teams" data available.
I looked at the basis of the function and it seemed to have problems with the if line of "unscheduled Calls".
In my dataset it was name "unscheduled_call_hours.
So I had to rename the col with:
colnames(clean_ca)[colnames(clean_ca) == "Unscheduled_call_hours"] <- "Unscheduled_Call_hours"
And after that it worked for me -> I now have the hoped for table:

Screenshots
