forked from OHDSI/ParallelLogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
54 lines (51 loc) · 1.19 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
template:
params:
bootswatch: cosmo
home:
links:
- text: Ask a question
href: http://forums.ohdsi.org
reference:
- title: "Logging"
desc: >
Functions for logging messages to file or console.
contents:
- logTrace
- logDebug
- logInfo
- logWarn
- logError
- logFatal
- ends_with("Logger")
- ends_with("Appender")
- starts_with("layout")
- getLoggers
- clearLoggers
- launchLogViewer
- title: "Parallel processing"
desc: >
Functions for processing R commands in parallel.
contents:
- makeCluster
- clusterRequire
- clusterApply
- stopCluster
- title: "Function automation"
desc: >
Functions for capturing arguments for function calls so these can be executed automatically later on.
contents:
- createArgFunction
- convertSettingsToJson
- convertJsonToSettings
- saveSettingsToJson
- loadSettingsFromJson
- excludeFromList
- matchInList
- selectFromList
navbar:
structure:
right: [hades, github]
components:
hades:
text: hadesLogo
href: https://ohdsi.github.io/Hades