importZoomRosetta {zoomGroupStats} | R Documentation |
Helper function to add unique identifiers to processed Zoom downloads
Description
Import an edited zoomRosetta file that tells how to link up Zoom display names to some unique individual identifier
Usage
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")
## Not run:
batchOutIds = importZoomRosetta(zoomOutput=batchOut, zoomRosetta="myEditedRosetta.xlsx",
meetingId="batchMeetingId")
## End(Not run)
[Package zoomGroupStats version 0.1.0 Index]