This function parses the information from the downloadable meeting information file in Zooms reports section. The function presumes that you have checked the box to include the meeting information in the file. That means that there is a header (2 rows) containing the zoom meeting information. Following that header are four columns: Name of user, user email, total duration, and guest.

processZoomParticipantsInfo(inputPath)

Arguments

inputPath

character

Value

list of two data.frames with parsed information from the downloadable Zoom participants file

  • meetInfo - provides the meeting level information that Zoom Cloud gives

  • partInfo - provides the participant level information that Zoom Cloud gives

Examples

partInfo = processZoomParticipantsInfo( system.file('extdata', "meeting001_participants.csv", package = 'zoomGroupStats') )