forked from insightsengineering/teal.widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
51 lines (48 loc) · 1.3 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
48
49
50
51
---
url: https://github.com/insightsengineering/teal.widgets
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.widgets
reference:
- title: "User interface functions"
desc: "Functions providing special user-interface elements"
contents:
- clean_brushedPoints
- draggable_buckets
- get_dt_rows
- optionalSelectInput
- optionalSliderInput
- optionalSliderInputValMinMax
- panel_group
- panel_item
- plot_with_settings_srv
- plot_with_settings_ui
- standard_layout
- table_with_settings_srv
- table_with_settings_ui
- updateOptionalSelectInput
- white_small_well
- verbatim_popup
- title: "ggplot2 and basic_table arguments"
desc: "Aggregation and validation of arguments"
contents:
- basic_table_args
- ggplot2_args
- parse_ggplot2_args
- parse_basic_table_args
- resolve_basic_table_args
- resolve_ggplot2_args