sample_batch_info {zoomGroupStats}R Documentation

Parsed batch info file in a recorded 'Zoom' meeting

Description

Parsed batch info file in a recorded 'Zoom' meeting

Usage

sample_batch_info

Format

A data frame with 3 rows of 13 variables:

batchMeetingId

a character meeting identification variable

fileRoot

the prefix to the files for this particular meeting

participants

binary indicating whether there is a participants file downloaded

transcript

binary indicating whether there is a transcript file downloaded

chat

binary indicating whether there is a chat file downloaded

video

binary indicating whether there is a video file downloaded

sessionStartDateTime

start of the actual session as a character YYYY-MM-DD HH:MM:SS

recordingStartDateTime

start of the actual recording as a character YYYY-MM-DD HH:MM:SS

participants_processed

binary indicating whether there is a participants file already processed

transcript_processed

binary indicating whether there is a transcript file already processed

chat_processed

binary indicating whether there is a chat file already processed

video_processed

binary indicating whether there is a video file already processed

dirRoot

character giving the directory in which all files will be found

Source

http://zoomgroupstats.org/


[Package zoomGroupStats version 0.1.0 Index]