print.mdl_courses_summary: Print Moodle Courses Summary

View source: R/generic_print_functions.R

print.mdl_courses_summaryR Documentation

Print Moodle Courses Summary

Description

Overrides generic print function to pretty-print a summary of the course information.

Usage

## S3 method for class 'mdl_courses_summary'
print(x, ...)

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods.

Value

invisible(x). Typically called for its side effect which is a pretty-print of the relevant information.


chi2labs/moodleR documentation built on Sept. 15, 2022, 12:16 a.m.