-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
65 lines (62 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
url: https://insightsengineering.github.io/teal.transform
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/
- text: Non-CRAN unit test report
href: unit-test-report-non-cran/
github:
icon: fa-github
href: https://github.com/insightsengineering/teal.transform
reference:
- title: Data extract constructors
desc: >-
Functions used to create transform instructions for `teal` applications.
contents:
- add_no_selected_choices
- all_choices
- check_no_multiple_selection
- choices_labeled
- choices_selected
- data_extract_spec
- filter_spec
- get_extract_datanames
- no_selected_as_NULL
- select_spec
- split_by_sep
- value_choices
- variable_choices
- resolve
- resolve_delayed
- title: Data extract modules
desc: >-
`teal` modules to generate transform expressions
contents:
- data_extract_multiple_srv
- data_extract_ui
- data_extract_srv
- datanames_input
- merge_expression_module
- merge_expression_srv
- get_dataset_prefixed_col_names
- get_anl_relabel_call
- get_merge_call
- get_relabel_call
- is_single_dataset
- list_extract_spec
- merge_datasets
- compose_and_enable_validators
- title: Human-readable formatting of a data extract object
contents:
- format_data_extract