zoom_process.Rd
Process the data frame from zoom meeting to total duration of attendance
zoom_process(
.data,
start = NA,
end = NA,
length = 120,
accept = c(A = length * 1/2, P = length * 3/4)
)
Data frame
A date time of when the zoom meeting started or ended. If NA, this is ignored. If the date time is supplied, then the time is censored.
The total length of the session in minutes.
A named numeric vector that signifies the minimum required amount for the letter grade.