batchProcessZoomOutput {zoomGroupStats}R Documentation

Batch process files that have been downloaded from Zoom

Description

Provide the location of a structured batchInput file and this function will process a set of meetings at once.

Usage

batchProcessZoomOutput(batchInput, exportZoomRosetta = NULL)

Arguments

batchInput

String giving the location of the xlsx file that contains the information for the zoom meetings. All corresponding Zoom downloads for the meetings in the batch must be saved in the same directory as the batchInput file.

exportZoomRosetta

optional string giving the path for exporting the zoomRosetta file to link up unique individual IDs manually. Providing this path will write the zoomRosetta file to that location.

Value

a list that has a data.frame for each of the elements of a Zoom output that are available in the input directory:

Examples

batchOut = batchProcessZoomOutput(batchInput=system.file('extdata', 
'myMeetingsBatch.xlsx', package = 'zoomGroupStats'), 
exportZoomRosetta=file.path(tempdir(),"_rosetta.xlsx"))


[Package zoomGroupStats version 0.1.0 Index]