-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.3 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%||%")
export(Printable)
export(enum)
export(enumGetKey)
export(enumGetValue)
export(enumHasKey)
export(enumKeys)
export(enumPut)
export(enumRemove)
export(enumValues)
export(flattenList)
export(foldSafe)
export(formatNumerics)
export(getEnumKey)
export(getOSPSuiteUtilsSetting)
export(hasEmptyStrings)
export(hasOnlyDistinctValues)
export(ifEqual)
export(ifIncluded)
export(ifNotNull)
export(isEmpty)
export(isFileExtension)
export(isFileUTF8)
export(isIncluded)
export(isOfLength)
export(isOfType)
export(isSameLength)
export(isUTF8)
export(logSafe)
export(messages)
export(objectCount)
export(ospsuiteUtilsSettingNames)
export(toList)
export(toMissingOfType)
export(validateColumns)
export(validateEnumValue)
export(validateHasOnlyDistinctValues)
export(validateHasOnlyNonEmptyStrings)
export(validateIsCharacter)
export(validateIsFileExtension)
export(validateIsFileUTF8)
export(validateIsIncluded)
export(validateIsInteger)
export(validateIsLogical)
export(validateIsNotEmpty)
export(validateIsNumeric)
export(validateIsOfLength)
export(validateIsOfType)
export(validateIsOption)
export(validateIsSameLength)
export(validateIsString)
export(validatePathIsAbsolute)
export(validateVector)
export(validateVectorRange)
export(validateVectorValues)
importFrom(R6,R6Class)