mdl_config: Moodle Configuration Table

View source: R/mdl_config.R

mdl_configR Documentation

Moodle Configuration Table

Description

Get the complete moodle configuration table. Different from most mdl_* functions this function calls dplyr::collect() before returning (as a config-table is not going to cause memory overflow).

Usage

mdl_config(con = mdl_get_connection(), tbl_prefix = "mdl_")

Arguments

con

database connection object

tbl_prefix

table prefix

Value

A tibble


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