Skip to contents

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

Usage

moodleStats_example(file = NULL)

Arguments

file

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

Examples

library(moodleStats)
moodleStats_example()
#> [1] "grades_report.csv"
moodleStats_example("grades_report.csv")
#> [1] "/home/runner/work/_temp/Library/moodleStats/extdata/grades_report.csv"