Description Usage Arguments Value Examples
This function downloads the module-label and module-number for all modules of a faculty.
1 | list_modules(faculty)
|
faculty |
A numeric value corresponding to a certain faculty. Use the function faculty_data() to display all faculty numbers. |
A data.frame containing the module-label and module-number.
1 2 3 4 5 6 7 | # Download the module-information for the economic faculty
list_modules(12)
# Download the module-information for the medical faculty
list_modules(3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.