-
Notifications
You must be signed in to change notification settings - Fork 46
/
_pkgdown.yml
113 lines (101 loc) · 2.69 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
106
107
108
109
110
111
112
113
url: https://ouhscbbmc.github.io/REDCapR
template:
bootstrap: 5
params:
bootswatch: simplex
docsearch:
api_key: d672935e2d904316d6ee40239317764e
index_name: redcapr
home:
links:
# - text: Ask a question
# href: https://discourse.mc-stan.org/
development:
mode: release
navbar:
title: "REDCapR"
type: inverse
articles:
- title: "Getting Started"
desc: >
These vignettes provide an introduction to REDCapR.
contents:
- workflow-read
- BasicREDCapROperations
- SecurityDatabase
- TroubleshootingApiCalls
- advanced-redcapr-operations
- longitudinal-and-repeating
- workflow-write
reference:
- title: "Records via the API"
desc: >
Reading and writing REDCap records, and files within a record.
contents:
- redcap_read
- redcap_read_oneshot
- redcap_read_oneshot_eav
- redcap_read_eav_oneshot
- redcap_write
- redcap_write_oneshot
- redcap_delete
- redcap_report
- title: "File API Operations"
desc: >
Manipulating files in the REDCap records and in the file repository.
contents:
- redcap_file_download_oneshot
- redcap_file_upload_oneshot
- redcap_file_repo_list_oneshot
- title: "Additional API Methods"
desc: >
Accessing other information from the REDCap project or server.
contents:
- redcap_arm_export
- redcap_dag_read
- redcap_event_instruments
- redcap_event_read
- redcap_instrument_download
- redcap_instruments
- redcap_log_read
- redcap_metadata_coltypes
- redcap_metadata_read
- redcap_metadata_write
- redcap_next_free_record_name
- redcap_project_info_read
- redcap_survey_link_export_oneshot
- redcap_users_export
- redcap_variables
- redcap_version
- title: "Internals"
desc: >
Functions and classes used by the methods above.
contents:
- REDCapR-package
- redcap_project
- to_api_array
- kernel_api
- title: "Security"
desc: >
Responsibly store and retrieve a user's project-specific token.
contents:
- retrieve_credential
- title: "Utilities"
desc: >
Functions to help the methods above.
contents:
- collapse_vector
- constant
- create_batch_glossary
- metadata_utilities
- redcap_column_sanitize
- replace_nas_with_explicit
- sanitize_token
- validate
- title: "Soft Deprecated"
desc: >
Functions that have been renamed and will be removed in future REDCapR versions.
contents:
- redcap_download_file_oneshot
- redcap_upload_file_oneshot
- redcap_download_instrument