batchProcessZoomOutput: Batch process files that have been downloaded from Zoom

Description Usage Arguments Value Examples

View source: R/batchProcessZoomOutput.R

Description

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

Usage

1
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

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

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