print.mdl_post_summary {moodleR}R Documentation

Print Moodle Forum Post Summary

Description

Overrides generic print function to pretty-print a summary of the Moodle posts.

Usage

## S3 method for class 'mdl_post_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.


[Package moodleR version 1.0.1 Index]