View source: R/filter_tree_server.R
filter_tree_server | R Documentation |
Module allowing the user to select documents by clicking on the different sections of a classification tree.
filter_tree_server(id, tree, course_data)
id |
ID of the module to connect the user interface to the appropriate server side. |
tree |
Reactive. Function containing a list of documents as a classification tree compatible with jsTreeR |
course_data |
Reactive. Function containing all the course data loaded with the course. |
Tibble. List of selected documents.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.