-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.56 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
63
64
# Generated by roxygen2: do not edit by hand
S3method(to_chr,"NULL")
S3method(to_chr,character)
S3method(to_chr,data.frame)
S3method(to_chr,default)
S3method(to_chr,list)
S3method(to_fct,"NULL")
S3method(to_fct,character)
S3method(to_fct,data.frame)
S3method(to_fct,default)
S3method(to_fct,factor)
S3method(to_fct,list)
S3method(to_int,"NULL")
S3method(to_int,character)
S3method(to_int,complex)
S3method(to_int,default)
S3method(to_int,double)
S3method(to_int,factor)
S3method(to_int,integer)
S3method(to_int,logical)
S3method(to_lgl,"NULL")
S3method(to_lgl,character)
S3method(to_lgl,default)
S3method(to_lgl,double)
S3method(to_lgl,factor)
S3method(to_lgl,integer)
S3method(to_lgl,logical)
export(caller_arg)
export(caller_env)
export(object_type)
export(stabilize_arg)
export(stabilize_arg_scalar)
export(stabilize_chr)
export(stabilize_chr_scalar)
export(stabilize_fct)
export(stabilize_fct_scalar)
export(stabilize_int)
export(stabilize_int_scalar)
export(stabilize_lgl)
export(stabilize_lgl_scalar)
export(to_chr)
export(to_chr_scalar)
export(to_fct)
export(to_fct_scalar)
export(to_int)
export(to_int_scalar)
export(to_lgl)
export(to_lgl_scalar)
importFrom(cli,cli_abort)
importFrom(cli,no)
importFrom(glue,glue)
importFrom(rlang,"%||%")
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,check_dots_empty0)
importFrom(rlang,inject)
importFrom(rlang,is_scalar_character)
importFrom(rlang,is_scalar_integer)
importFrom(rlang,is_scalar_logical)
importFrom(rlang,is_scalar_vector)
importFrom(rlang,try_fetch)
importFrom(vctrs,vec_cast)
importFrom(vctrs,vec_size)