print.mdl_post_summary: Print Moodle Forum Post Summary

View source: R/generic_print_functions.R

print.mdl_post_summaryR 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.


moodleR documentation built on Aug. 15, 2022, 5:09 p.m.