Import an edited zoomRosetta file that tells how to link up Zoom display names to some unique individual identifier

importZoomRosetta(zoomOutput, zoomRosetta, meetingId)

Arguments

zoomOutput

the output of batchProcessZoomOutput

zoomRosetta

the path to an edited zoomRosetta xlsx

meetingId

the name of the meetingId you want to use

Value

returns zoomOutput with identifiers in zoomRosetta merged to any available data.frames in the zoomOutput file

Examples

batchOutIds = importZoomRosetta(zoomOutput= batchProcessZoomOutput(batchInput=system.file('extdata', 'myMeetingsBatch.xlsx', package = 'zoomGroupStats')), zoomRosetta=system.file('extdata', 'myMeetingsBatch_rosetta_edited.xlsx', package = 'zoomGroupStats'), meetingId="batchMeetingId")
#> Processing any correctly named Zoom downloads in /private/var/folders/hg/rsmy7v891ts4zm81674_mq100000gr/T/RtmpQRVS3w/temp_libpath16772380d70cf/zoomGroupStats/extdata
#> | | | 0% | |=================================== | 50% | |======================================================================| 100%
if (FALSE) { batchOutIds = importZoomRosetta(zoomOutput=batchOut, zoomRosetta="myEditedRosetta.xlsx", meetingId="batchMeetingId") }