forked from insightsengineering/teal.slice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
47 lines (44 loc) · 1.18 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
url: https://insightsengineering.github.io/teal.slice
template:
package: nesttemplate
navbar:
structure:
left: [intro, reference, articles, tutorials, news, reports]
right: [search, github]
components:
reports:
text: Reports
menu:
- text: Coverage report
href: coverage-report/
- text: Unit test report
href: unit-test-report/
github:
icon: fa-github
href: https://github.com/insightsengineering/teal.slice
reference:
- title: Teal filter-panel API
desc: Functions used initialize filter-panel and to modify its states.
contents:
- init_filtered_data
- get_filter_state
- set_filter_state
- remove_filter_state
- clear_filter_states
- title: Helpers
desc: Other useful functions for users and developers.
contents:
- choices_labeled
- get_filter_expr
- toggle_button
- title: For Developers
subtitle: R6 Classes
desc: Abstract and concrete classes used to build teal functionality.
contents:
- CDISCFilteredData
- DefaultFilteredDataset
- FilteredData
- FilteredDataset
- FilterPanelAPI
- MAEFilteredDataset