-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrd_index.yaml
121 lines (121 loc) · 2.26 KB
/
rd_index.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# layout the order in which topics are presented in the rd docs
# 1. get a list of topics with the following:
# db <- tools::Rd_db("datadr")
# topics <- gsub("\\.Rd", "", names(db))
# cat(paste(topics, collapse = "\n"))
# 2. arrange the topic names into sections as desired in the format below:
## If you need to see which topics are missing, do the following in addition:
# cur <- yaml::yaml.load_file("rd_index.yaml")
# cur <- unlist(lapply(cur, function(x) x$topics))
# cat(paste(setdiff(topics, cur), collapse = "\n"))
-
section_name: Key-Value Pairs
description:
topics:
- kvPair
- kvPairs
- print.kvPair
- print.kvValue
- kvApply
-
section_name: Distributed data objects
description:
topics:
- ddo
- ddf
- updateAttributes
- ddf-accessors
- ddo-ddf-accessors
- ddo-ddf-attributes
- print.ddo
-
section_name: Back End Connections
description:
topics:
- localDiskConn
- digestFileHash
- charFileHash
- localDiskControl
- hdfsConn
- rhipeControl
- sparkControl
- sparkDataConn
-
section_name: Data I/O
description:
topics:
- addData
- removeData
- drRead.table
- readHDFStextFile
- readTextFileByChunk
- convert
- as.data.frame.ddf
- as.list.ddo
- to_ddf
-
section_name: Division Independent Methods
description:
topics:
- drAggregate
- drHexbin
- drQuantile
-
section_name: Division
description:
topics:
- divide
- condDiv
- rrDiv
-
section_name: Transformations
description:
topics:
- addTransform
- applyTransform
- setupTransformEnv
- drPersist
-
section_name: Recombination
description:
topics:
- recombine
- drBLB
- drLM
- drGLM
- combCollect
- combDdo
- combDdf
- combRbind
- combMean
- combMeanCoef
-
section_name: Data Operations
description:
topics:
- drFilter
- drJoin
- drLapply
- drSample
- drSubset
-
section_name: MapReduce
description:
topics:
- mrExec
-
section_name: Misc
description:
topics:
- flatten
- bsv
- drGetGlobals
- divide-internals
- makeExtractable
- mr-summary-stats
- getCondCuts
- getSplitVar
- getSplitVars
- getBsv
- getBsvs
- adult