tests/testthat/test-processZoomOutput.R

test_that("zoomOutput grabs available files", {
  z.out = processZoomOutput(fileRoot=paste(system.file('extdata', package='zoomGroupStats'), "meeting001", sep="/"))
  expect_equal(length(z.out), 5)
  expect_equal(is.null(z.out$meetInfo), FALSE)
  expect_equal(is.null(z.out$partInfo), FALSE)
  expect_equal(is.null(z.out$transcript), FALSE)
  expect_equal(is.null(z.out$chat), FALSE)
})

Try the zoomGroupStats package in your browser

Any scripts or data that you put into this service are public.

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