print.mdl_users_summary: Print Moodle Users Summary
Description
Overrides generic print function to pretty-print a summary of the users.
Usage
# S3 method for mdl_users_summary
print(x, ...)
Value
invisible(x). Typically called for its side effect which is a pretty-print of the relevant information.
Arguments
- x
an object used to select a method.
- ...
further arguments passed to or from other methods.