Skip to content

collaboration_sum() error - not outputting my unscheduled_call_hours and instant_messages #72

@jukasper

Description

@jukasper

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:
image

Screenshots
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions