mdl_forum_posts: Get Forum Posts
Description
Returns a reference to the (cached) forum_posts table, with the most relevant columns selected.
Usage
mdl_forum_posts(con = mdl_get_connection(), tbl_prefix = "mdl_")
Value
A dbplyr reference object.
Arguments
- con
a database connection object
- tbl_prefix
table prefix
Details
For convenience two additional columns: forum_name and thread_name; are added.