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)
)

Arguments

.data

Data frame

start, end

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.

length

The total length of the session in minutes.

accept

A named numeric vector that signifies the minimum required amount for the letter grade.