View source: R/importZoomRosetta.R
importZoomRosetta | R Documentation |
Import an edited zoomRosetta file that tells how to link up Zoom display names to some unique individual identifier
importZoomRosetta(zoomOutput, zoomRosetta, meetingId)
zoomOutput |
the output of batchProcessZoomOutput |
zoomRosetta |
the path to an edited zoomRosetta xlsx |
meetingId |
the name of the meetingId you want to use |
returns zoomOutput with identifiers in zoomRosetta merged to any available data.frames in the zoomOutput file
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.