processZoomParticipantsInfo: Process participant information from a Zoom meeting export

Description Usage Arguments Value Examples

View source: R/processZoomParticipantsInfo.R

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

1

Arguments

inputPath

character

Value

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

Examples

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

zoomGroupStats documentation built on May 13, 2021, 5:06 p.m.