mdl_config | R Documentation |
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).
mdl_config(con = mdl_get_connection(), tbl_prefix = "mdl_")
con |
database connection object |
tbl_prefix |
table prefix |
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.