processZoomParticipantsInfo {zoomGroupStats}R Documentation

Process participant information from a Zoom meeting export

Description

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.

Usage

processZoomParticipantsInfo(inputPath)

Arguments

inputPath

character

Value

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

Examples

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

[Package zoomGroupStats version 0.1.0 Index]