View source: R/course_tree_server.R
course_tree_server | R Documentation |
Module facilitating the loading of a classification tree.
course_tree_server(id, course_data, course_paths)
id |
Character. ID of the module to connect the user interface to the appropriate server side. |
course_data |
Reactive. Function containing all the course data loaded with the course. |
course_paths |
Reactive. Function containing a list of paths to the different folders and databases on local disk. |
A list containing the tree as a table and a json object.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.