mdl_forum_posts {moodleR}R Documentation

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_")

Arguments

con

a database connection object

tbl_prefix

table prefix

Details

For convenience two additional columns: forum_name and thread_name; are added.

Value

A dbplyr reference object.


[Package moodleR version 1.0.1 Index]