-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.44 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
59
60
61
62
# Generated by roxygen2: do not edit by hand
export(Constraints)
export(DEFAULT_DECIMAL_CHAR)
export(DEFAULT_GROUP_CHAR)
export(FALSE_VALUES)
export(Field)
export(Profile)
export(Profile.load)
export(Readable)
export(ReadableArray)
export(ReadableConnection)
export(Schema)
export(Schema.load)
export(TRUE_VALUES)
export(Table)
export(Table.load)
export(TableSchemaError)
export(Types)
export(Writeable)
export(constraints.checkEnum)
export(constraints.checkMaxLength)
export(constraints.checkMaximum)
export(constraints.checkMinLength)
export(constraints.checkMinimum)
export(constraints.checkPattern)
export(constraints.checkRequired)
export(constraints.checkUnique)
export(durations)
export(helpers.expandFieldDescriptor)
export(helpers.expandSchemaDescriptor)
export(helpers.from.json.to.list)
export(helpers.from.list.to.json)
export(helpers.retrieveDescriptor)
export(infer)
export(is.binary)
export(is.email)
export(is.uri)
export(is.uuid)
export(is.valid)
export(is_empty)
export(is_integer)
export(is_object)
export(types.castAny)
export(types.castArray)
export(types.castBoolean)
export(types.castDate)
export(types.castDatetime)
export(types.castDuration)
export(types.castGeojson)
export(types.castGeopoint)
export(types.castInteger)
export(types.castList)
export(types.castNumber)
export(types.castObject)
export(types.castString)
export(types.castTime)
export(types.castYear)
export(types.castYearmonth)
export(validate)
export(write_json)
importFrom(R6,R6Class)