-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yaml
107 lines (94 loc) · 2.1 KB
/
_pkgdown.yaml
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
url: https://phuse-org.github.io/sendigR/
destination: "docs"
template:
bootswatch: zephyr
bootstrap: 5
bslib:
primary: "#134486"
pkgdown-nav-height: 100px
# ganalytics: G-L797L6MQEV
navbar:
structure:
left:
- intro
- reference
- articles
- resources
right: github
components:
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/phuse-org/sendigR/
aria-label: github
articles:
text: Articles
menu:
- text: Introduction to sendigR
href: articles/Introduction.html
- text: SendDashboard
href: articles/SendDashboard.html
- text: Using xptcleaner
href: articles/Usingxptcleaner.html
resources:
text: Resources
href: https://github.com/phuse-org/sendigR/wiki/Resources
reference:
- title: Database
desc: Create database, add and delete studies
- contents:
- '`initEnvironment`'
- '`dbCreateIndexes`'
- '`dbCreateSchema`'
- '`dbDeleteStudies`'
- '`dbImportOneStudy`'
- '`dbImportStudies`'
- '`disconnectDB`'
- title: Query Control Animal
desc: Get control animal information
- contents:
- '`genericQuery`'
- '`getControlSubj`'
- '`getFindingsPhase`'
- '`getFindingsSubjAge`'
- '`getStudiesSDESIGN`'
- '`getStudiesSTSTDTC`'
- '`getSubjData`'
- '`getSubjRoute`'
- '`getSubjSex`'
- '`getSubjSpeciesStrain`'
- title: Shiny App
desc: Run shiny app
- contents:
- '`execSendDashboard`'
- title: xptcleaner
desc: Clean xpt files
- contents:
- '`gen_vocab`'
- '`standardize_file`'
- title: Helper
desc: Helper functions
- contents:
- '`getTabColLabels`'
# articles:
# - title: All vignettes
# desc: ~
# contents:
# - '`Introduction`'
# - '`SendDashboard`'
# - '`Usingxptcleaner`'
# articles:
# - title: Introduction
# navbar: Introduction
# contents:
# - '`Introduction`'
# - title: Shiny App
# navbar: Shiny App
# contents:
# - '`SendDashboard`'
# - title: xptcleaner
# navbar: How to use xptcleaner
# contents:
# - '`Usingxptcleaner`'