-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
97 lines (96 loc) · 2.66 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Generated by roxygen2: do not edit by hand
S3method(finalize_tspec_object,tib_df)
S3method(finalize_tspec_object,tib_recursive)
S3method(finalize_tspec_object,tib_row)
S3method(finalize_tspec_object,tib_scalar)
S3method(finalize_tspec_object,tib_variant)
S3method(finalize_tspec_object,tib_vector)
S3method(format,tib_df)
S3method(format,tib_recursive)
S3method(format,tib_row)
S3method(format,tib_scalar)
S3method(format,tib_scalar_chr_date)
S3method(format,tib_unspecified)
S3method(format,tib_variant)
S3method(format,tib_vector)
S3method(format,tib_vector_chr_date)
S3method(format,tspec_df)
S3method(format,tspec_object)
S3method(format,tspec_recursive)
S3method(format,tspec_row)
S3method(format_fill,Date)
S3method(format_fill,default)
S3method(format_ptype,Date)
S3method(format_ptype,POSIXct)
S3method(format_ptype,default)
S3method(format_ptype,difftime)
S3method(format_tib_f,default)
S3method(format_tib_f,tib_df)
S3method(format_tib_f,tib_recursive)
S3method(format_tib_f,tib_row)
S3method(format_tib_f,tib_scalar)
S3method(format_tib_f,tib_scalar_character)
S3method(format_tib_f,tib_scalar_chr_date)
S3method(format_tib_f,tib_scalar_date)
S3method(format_tib_f,tib_scalar_integer)
S3method(format_tib_f,tib_scalar_logical)
S3method(format_tib_f,tib_scalar_numeric)
S3method(format_tib_f,tib_unspecified)
S3method(format_tib_f,tib_variant)
S3method(format_tib_f,tib_vector)
S3method(format_tib_f,tib_vector_character)
S3method(format_tib_f,tib_vector_chr_date)
S3method(format_tib_f,tib_vector_date)
S3method(format_tib_f,tib_vector_integer)
S3method(format_tib_f,tib_vector_logical)
S3method(format_tib_f,tib_vector_numeric)
S3method(print,tib_collector)
S3method(print,tibblify_object)
S3method(print,tspec)
S3method(tib_native_ptype,default)
export(camel_case_to_snake_case)
export(get_spec)
export(guess_tspec)
export(guess_tspec_df)
export(guess_tspec_object)
export(nest_tree)
export(parse_openapi_schema)
export(parse_openapi_spec)
export(should_inform_unspecified)
export(tib_chr)
export(tib_chr_date)
export(tib_chr_date_vec)
export(tib_chr_vec)
export(tib_date)
export(tib_date_vec)
export(tib_dbl)
export(tib_dbl_vec)
export(tib_df)
export(tib_int)
export(tib_int_vec)
export(tib_lgl)
export(tib_lgl_vec)
export(tib_recursive)
export(tib_row)
export(tib_scalar)
export(tib_unspecified)
export(tib_variant)
export(tib_vector)
export(tibble)
export(tibblify)
export(tspec_combine)
export(tspec_df)
export(tspec_object)
export(tspec_recursive)
export(tspec_row)
export(unnest_tree)
export(unpack_tspec)
export(untibblify)
export(zap)
import(rlang)
import(vctrs)
importFrom(cli,cli_abort)
importFrom(cli,qty)
importFrom(rlang,zap)
importFrom(tibble,tibble)
useDynLib(tibblify, .registration = TRUE)