-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 1022 Bytes
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 1022 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(bounded)
export(cast_character)
export(cast_character_list)
export(cast_choice)
export(cast_double)
export(cast_double_list)
export(cast_integer)
export(cast_integer_list)
export(cast_logical)
export(cast_logical_list)
export(cast_nullable_character)
export(cast_nullable_character_list)
export(cast_nullable_double)
export(cast_nullable_double_list)
export(cast_nullable_integer)
export(cast_nullable_integer_list)
export(cast_nullable_logical)
export(cast_nullable_logical_list)
export(cast_nullable_scalar_character)
export(cast_nullable_scalar_double)
export(cast_nullable_scalar_integer)
export(cast_nullable_scalar_logical)
export(cast_nullable_string)
export(cast_nullable_string_list)
export(cast_scalar_character)
export(cast_scalar_double)
export(cast_scalar_integer)
export(cast_scalar_logical)
export(cast_string)
export(cast_string_list)
export(certify)
export(gt)
export(gte)
export(lt)
export(lte)
import(magrittr)
importFrom(rlang,"%||%")