Currently, no definitions for the archetypes exist in the documentation for workpatterns_classify() for the two respective methods. For instance:
for the 'person average' method, the definitions are:
- Extended Hours - Morning: 15%+ of collaboration before start hours and less than 70% within standard hours, and less than 15% of collaboration after end hours
- Extended Hours - Evening: Less than 15% of collaboration before start hours and less than 70% within standard hours, and 15%+ of collaboration after end hours
- Overnight workers: less than 30% of collaboration happens within standard hours
- Standard Hours: over 70% of collaboration within standard hours
- Always On: over 15% of collaboration happens before starting hour and end hour (both conditions must satisfy) and less than 70% of collaboration within standard hours
This should be added in the function reference itself to make it easy for users to find.
Currently, no definitions for the archetypes exist in the documentation for
workpatterns_classify()for the two respective methods. For instance:for the 'person average' method, the definitions are:
This should be added in the function reference itself to make it easy for users to find.