getCourseAudit: Get a course audit object

View source: R/getCourseAudit.R

getCourseAuditR Documentation

Get a course audit object

Description

Get a list of pages in course or group.

Usage

getCourseAudit(
  courseID,
  start_time = NULL,
  end_time = NULL,
  server = "test",
  ...
)

Arguments

courseID

Course or group ID of page

start_time

Start date and in ISO8601 format, e.g. 2011-01-01T01:00Z

end_time

End date and in ISO8601 format, e.g. 2011-01-01T01:00Z

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.