Description Usage Arguments Value Examples
View source: R/importZoomRosetta.R
Import an edited zoomRosetta file that tells how to link up Zoom display names to some unique individual identifier
1 | 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
1 2 3 4 5 6 7 8 9 10 11 12 | 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.