-
Notifications
You must be signed in to change notification settings - Fork 48
/
_pkgdown.yml
80 lines (70 loc) · 1.77 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
url: https://ouhscbbmc.github.io/REDCapR
template:
params:
bootswatch: simplex
docsearch:
api_key: d672935e2d904316d6ee40239317764e
index_name: redcapr
home:
links:
# - text: Ask a question
# href: http://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:
- BasicREDCapROperations
- SecurityDatabase
- TroubleshootingApiCalls
- advanced-redcapr-operations
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_write
- redcap_write_oneshot
- redcap_download_file_oneshot
- redcap_upload_file_oneshot
- title: "Additional API Methods"
desc: >
Accessing other information from the REDCap project or server.
contents:
- redcap_next_free_record_name
- redcap_metadata_read
- redcap_users_export
- redcap_variables
- redcap_version
- title: "Internals"
desc: >
Functions and classes used by the methods above.
contents:
- REDCapR-package
- redcap_project
- 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