getAnalytics: Get account or course analytics

View source: R/getAnalytics.R

getAnalyticsR Documentation

Get account or course analytics

Description

Get account or course analytics

Usage

getAnalytics(
  ID,
  type = "activity",
  term = "current",
  course = FALSE,
  studentID = NULL,
  server = "test",
  ...
)

Arguments

type

The analytics type (e.g., activity, grades, statistics, assignments, communication, student_summaries)

term

The term ID, "complete", or "current"(for account analytics only)

course

Boolean to specify it the request is for a course.

studentID

ID of a student for student specific requests (activity, assignment, communication)

server

Test, beta, production, or other name in R.environ OR full url of server

...

Optional page options to pass to processRequest


erikpal/bRush documentation built on May 9, 2023, 8:27 p.m.