-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
106 lines (96 loc) · 2.5 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
url: http://rubenarslan.github.io/formr/
template:
bootstrap: 5
reference:
- title: Data Processing and Results
desc: Functions for handling survey results and data processing
contents:
- '`formr_connect`'
- '`formr_disconnect`'
- '`formr_last_host`'
- '`formr_store_keys`'
- '`formr_items`'
- '`formr_item_displays`'
- '`formr_upload_items`'
- '`formr_simulate_from_items`'
- '`formr_results`'
- '`formr_raw_results`'
- '`formr_uploaded_files`'
- '`formr_backup_files`'
- '`formr_post_process_results`'
- '`formr_aggregate`'
- '`formr_recognise`'
- '`formr_reverse`'
- '`formr_run_structure`'
- '`formr_user_detail`'
- '`formr_user_overview`'
- '`formr_shuffled`'
- '`formr_backup_study`'
- '`formr_backup_surveys`'
- title: formr OAuth API and Connection
desc: Functions for OAuth API access and connection management
contents:
- '`formr_api_access_token`'
- '`formr_api_results`'
- '`formr_api_session`'
- title: Item Management
desc: Functions for managing survey items, scales, and related operations
contents:
- '`item`'
- '`items`'
- '`aggregate_and_document_scale`'
- '`choice_labels_for_values`'
- '`reverse_labelled_values`'
- '`as.data.frame.formr_item_list`'
- title: Feedback and Plotting
desc: Functions for visualization and feedback generation
contents:
- '`qplot_on_normal`'
- '`qplot_on_bar`'
- '`qplot_on_polar`'
- '`feedback_chunk`'
- title: Rendering and Markdown
desc: Functions for rendering and markdown processing
contents:
- '`formr_render`'
- '`formr_render_commonmark`'
- '`formr_inline_render`'
- '`formr_knit`'
- '`asis_knit_child`'
- '`knit_prefixed`'
- '`markdown_custom_options`'
- '`markdown_github`'
- '`markdown_hard_line_breaks`'
- '`render_text`'
- '`word_document`'
- '`paste.knit_asis`'
- '`print.knit_asis`'
- title: Time and Messaging
desc: Functions for time-related operations and messaging
contents:
- '`in_time_window`'
- '`next_day`'
- '`time_passed`'
- '`text_message_clickatell`'
- '`text_message_massenversand`'
- '`text_message_twilio`'
- '`email_image`'
- title: Helper Functions
desc: Utility functions and operators for common operations
contents:
- '`first`'
- '`last`'
- '`current`'
- '`finished`'
- '`expired`'
- '`if_na`'
- '`if_na_null`'
- '`ifelsena`'
- '`rescue_attributes`'
- '`%contains%`'
- '`%contains_word%`'
- '`%begins_with%`'
- '`%ends_with%`'
- '`%starts_with%`'
- '`random_date_in_range`'
- '`get_opencpu_rds`'