get_durations: Adds working time during each phase

Description Usage Arguments Value Examples

Description

This function will calculate weekly and total work duration (in minutes), during each phase for each individual.

Usage

1
get_durations(list_tab, table)

Arguments

list_tab

A list of the different logs tables.

table

A data.table object which contains the following information : the duration between the inscription and the exam.

Value

A data.table object with the results for each indivdual, across the number of phases you have chosen.

Examples

1
tab <- get_durations(liste_log,res_examens)

guillaumelf/BarchenPackage documentation built on May 31, 2019, 11:50 p.m.