Skip to contents

zoomclass comes bundled with a number of sample files in its inst/extdata directory. This function make them easy to access

Usage

zoomclass_example(file = NULL)

Arguments

file

Name of file. If NULL, the example files will be listed.

Examples

library(zoomclass)
zoomclass_example()
#> [1] "participants_heroes.csv"      "participants_heroes_full.csv"
#> [3] "zoom-chat-1.txt"              "zoom-chat-2.txt"             
zoomclass_example("participants_heroes.csv")
#> [1] "/home/runner/work/_temp/Library/zoomclass/extdata/participants_heroes.csv"