mdl_courses {moodleR} | R Documentation |
Get Courses
Description
Returns a reference to the (cached) course table, with the most relevant columns selected.
Usage
mdl_courses(con = mdl_get_connection(), tbl_prefix = "mdl_")
Arguments
con |
a database connection object |
tbl_prefix |
prefix for tables |
Details
For convenience a join with the category table is made, and "category_name" added
Value
A dbplyr reference object.
[Package moodleR version 1.0.1 Index]