Skip to content

Commit 7eaf2d3

Browse files
authored
Merge pull request #37 from KWB-R/fix-issue-8
Add missing functions and reorganise
2 parents f714059 + 904bcc3 commit 7eaf2d3

File tree

1 file changed

+59
-13
lines changed

1 file changed

+59
-13
lines changed

_pkgdown.yaml

+59-13
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ reference:
3030
- hsValidValue
3131
- inRange
3232
- is.unnamed
33+
- isASCII
34+
- isDotOrDoubleDot
3335
- isEvenNumber
3436
- isLoaded
3537
- isNaInAllColumns
@@ -38,9 +40,11 @@ reference:
3840
- isNullOrEmpty
3941
- isOddNumber
4042
- matchesCriteria
41-
- title: String Functions
43+
- title: String Related Functions
4244
contents:
4345
- appendSuffix
46+
- assertFinalSlash
47+
- backspace
4448
- collapsed
4549
- commaCollapsed
4650
- createIdAlong
@@ -50,39 +54,58 @@ reference:
5054
- hsCountInStr
5155
- hsQuoteChr
5256
- hsSafeName
57+
- hsSubstSpecChars
5358
- hsTrim
59+
- left
60+
- makeUnique
5461
- moveToFront
5562
- multiSubstitute
5663
- pairwise
5764
- removeExtension
5865
- removeSpaces
66+
- repeated
67+
- right
5968
- shorten
69+
- space
6070
- stringContains
6171
- stringEndsWith
6272
- stringList
6373
- stringStartsWith
6474
- stringToExpression
6575
- subExpressionMatches
6676
- substSpecialChars
77+
- title: PDF Related Functions
78+
contents:
79+
- toPdf
80+
- preparePdf
81+
- preparePdfIf
82+
- finishAndShowPdf
83+
- finishAndShowPdfIf
84+
- hsPrepPdf
85+
- hsShowPdf
86+
- DIN.A4
6787
- title: Input and Output Functions
6888
contents:
89+
- argsCsv
6990
- catAndRun
7091
- catLines
7192
- catNewLineIf
7293
- clearConsole
7394
- columnDescriptor
74-
- finishAndShowPdf
95+
- createStorage
7596
- guessSeparator
7697
- headtail
77-
- hsPrepPdf
78-
- preparePdf
98+
- print.repro_sample
99+
- printable_chars
100+
- printIf
79101
- readArglists
80102
- readCsvInputFile
103+
- readLinesWithEncoding
81104
- readPackageFile
82105
- setLoaded
83106
- sourceScripts
84107
- writeText
85-
- title: Mathematical or Statistical Functions
108+
- title: Mathematical, Statistical, Sample Functions
86109
contents:
87110
- colMaxima
88111
- colMinima
@@ -91,6 +114,8 @@ reference:
91114
- colStatistics
92115
- countOrSum
93116
- countNaInColumn
117+
- expandGrid
118+
- findPartialDuplicates
94119
- frequencyTable
95120
- getEvenNumbers
96121
- getOddNumbers
@@ -101,7 +126,11 @@ reference:
101126
- percentageOfMaximum
102127
- percentageOfSum
103128
- quotient
129+
- randomValuesWithSum
104130
- relativeCumulatedSum
131+
- reproducibleSample
132+
- removeDuplicates
133+
- rowOrColumnwisePercentage
105134
- title: Functions Working on Data Frames
106135
contents:
107136
- addRowWithName
@@ -122,6 +151,7 @@ reference:
122151
- moveColumnsToFront
123152
- multiColumnLookup
124153
- noFactorDataFrame
154+
- orderBy
125155
- pasteColumns
126156
- pasteColumns0
127157
- posixColumnAtPosition
@@ -157,9 +187,11 @@ reference:
157187
- selectElements
158188
- title: Array/Matrix Functions
159189
contents:
190+
- clipMatrix
160191
- createMatrix
161192
- diffrows
162193
- dropDim
194+
- matrixToDataFrame
163195
- mergeNamedArrays
164196
- randomMatrix
165197
- setMatrixColumns
@@ -170,6 +202,7 @@ reference:
170202
- combineAlternatingly
171203
- enlargeVector
172204
- extendLimits
205+
- findChanges
173206
- firstElement
174207
- getByPositiveOrNegativeIndex
175208
- lastElement
@@ -198,8 +231,10 @@ reference:
198231
- hsMatrixToListForm
199232
- intToNumeralSystem
200233
- naToLastNonNa
234+
- objectToText
201235
- startsToEnds
202236
- startsToRanges
237+
- textToObject
203238
- toFactor
204239
- toFormula
205240
- toInches
@@ -216,9 +251,6 @@ reference:
216251
- defaultIfNA
217252
- defaultIfNULL
218253
- defaultIfZero
219-
- finishAndShowPdfIf
220-
- preparePdfIf
221-
- printIf
222254
- title: Operating System Functions
223255
contents:
224256
- cmdLinePath
@@ -231,7 +263,6 @@ reference:
231263
- get_homedir
232264
- hsOpenWindowsExplorer
233265
- hsShell
234-
- hsShowPdf
235266
- hsSystem
236267
- mySystemTime
237268
- objectSize
@@ -252,8 +283,13 @@ reference:
252283
- warningDeprecated
253284
- title: Debug Functions
254285
contents:
286+
- .log
287+
- .logline
288+
- .logok
289+
- .logstart
255290
- assignAll
256291
- assignArgumentDefaults
292+
- assignGlobally
257293
- assignPackageObjects
258294
- getGlobally
259295
- title: Compare Objects
@@ -270,6 +306,8 @@ reference:
270306
- title: Cryptographic Functions
271307
contents:
272308
- createPasswordFile
309+
- decode
310+
- encode
273311
- generateKeyFile
274312
- getPassword
275313
- title: Grammar/Dictionary Functions
@@ -281,9 +319,17 @@ reference:
281319
- resolve
282320
- resolveAll
283321
- writeDictionary
322+
- title: Functions Returning Functions
323+
contents:
324+
- createAccessor
325+
- toConditional
326+
- title: Further Hidden Functions (Why?)
327+
contents:
328+
- .OStype
329+
- .defaultIf
330+
- .guessSeparator.1
331+
- .guessSeparator.2
332+
- .isNetworkPath
284333
- title: Non-Categorised Functions
285334
contents:
286-
- DIN.A4
287-
- expandGrid
288-
- makeUnique
289-
- randomValuesWithSum
335+
- listToDepth

0 commit comments

Comments
 (0)