filter_tree_server: Select documents from tree

View source: R/filter_tree_server.R

filter_tree_serverR Documentation

Select documents from tree

Description

Module allowing the user to select documents by clicking on the different sections of a classification tree.

Usage

filter_tree_server(id, tree, course_data)

Arguments

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.

Value

Tibble. List of selected documents.

Author(s)

Nicolas Mangin


NicolasJBM/teachR documentation built on April 12, 2025, 5:27 a.m.