createZoomRosetta: Create a file to aid in adding a unique identifier to link to...

Description Usage Arguments Value Examples

View source: R/createZoomRosetta.R

Description

A major challenge in analyzing virtual meetings is reconciling the display name that zoom users in chat and transcript. This function outputs a data.frame that can be helpful in manually adding a new unique identifier to use in further data anlaysis.

Usage

1
createZoomRosetta(zoomOutput)

Arguments

zoomOutput

the output from running processZoomOutput

Value

a data.frame that has unique values for the zoom display name that show up across any files that are available, including participants, transcript, and chat. If the user gives the participants file, it will separate display name changes and include all versions. If there are emails attached to display names, it will include those.

Examples

1
2
3
4
5
6
rosetta.out = createZoomRosetta(processZoomOutput(fileRoot=
file.path(system.file('extdata', package = 'zoomGroupStats'),"meeting001")))
## Not run: 
rosetta.out = createZoomRosetta(processZoomOutput(fileRoot="~/zoomMeetings/meeting001"))

## End(Not run)

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