knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

fimoodler

Overview

The fimoodler package has the functions you need to fetch, manipulate, and format data from the Friday Institute Moodle database for the purpose of analyzing courses. There are functions to pull information about enrollments, activity logs (i.e. trace data), and plugin specific information (e.g. questionnaires, surveys, and certificates) from the database.

Installation

# The only version available is the development version from GitHub:
# install.packages("devtools")
devtools::install_github("TheFridayInstitute/fimoodler", build_vignettes = TRUE)

Usage

# See vignette for details
browseVignettes(package = "fimoodler")


TheFridayInstitute/fimoodler documentation built on May 28, 2019, 9:37 a.m.