-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
94 lines (93 loc) · 2.48 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
# Generated by roxygen2: do not edit by hand
S3method(conditionMessage,jsontools_error_invalid_json)
S3method(escape_value,default)
S3method(escape_value,list)
S3method(escape_value,logical)
S3method(format,json2)
S3method(json_array_agg,Date)
S3method(json_array_agg,POSIXct)
S3method(json_array_agg,POSIXlt)
S3method(json_array_agg,character)
S3method(json_array_agg,complex)
S3method(json_array_agg,double)
S3method(json_array_agg,factor)
S3method(json_array_agg,integer)
S3method(json_array_agg,json2)
S3method(json_array_agg,logical)
S3method(pillar_shaft,json2)
S3method(print,json2)
S3method(vec_cast,character.json2)
S3method(vec_cast,json2)
S3method(vec_cast,json2.character)
S3method(vec_cast,json2.json2)
S3method(vec_cast,list.json2)
S3method(vec_cast.character,json)
S3method(vec_cast.json2,jqson)
S3method(vec_cast.json2,json)
S3method(vec_cast.json2,pq_json)
S3method(vec_cast.json2,pq_jsonb)
S3method(vec_ptype2,character.json2)
S3method(vec_ptype2,jqson)
S3method(vec_ptype2,json)
S3method(vec_ptype2,json2)
S3method(vec_ptype2,json2.character)
S3method(vec_ptype2,json2.pq_json)
S3method(vec_ptype2,pq_json.json2)
S3method(vec_ptype2,pq_jsonb)
S3method(vec_ptype2.jqson,json2)
S3method(vec_ptype2.json,json2)
S3method(vec_ptype2.json2,default)
S3method(vec_ptype2.json2,jqson)
S3method(vec_ptype2.json2,json)
S3method(vec_ptype2.json2,json2)
S3method(vec_ptype2.json2,pq_jsonb)
S3method(vec_ptype2.pq_jsonb,json2)
S3method(vec_ptype_abbr,json2)
S3method(vec_ptype_full,json2)
export("%>%")
export(as_json2)
export(format_json)
export(format_json_list)
export(format_json_rowwise)
export(is_json2)
export(json2)
export(json_array_agg)
export(json_array_length)
export(json_array_types)
export(json_assert_valid)
export(json_delete)
export(json_extract)
export(json_flatten)
export(json_hoist)
export(json_is_valid)
export(json_keys)
export(json_merge)
export(json_minify)
export(json_mutate)
export(json_path_exists)
export(json_prettify)
export(json_type)
export(json_u)
export(json_unnest_longer)
export(json_unnest_wider)
export(json_wrap_scalars)
export(new_json2)
export(new_json_array)
export(new_json_object)
export(parse_json)
export(parse_json_vector)
export(vec_cast.json2)
export(vec_ptype2.jqson)
export(vec_ptype2.json)
export(vec_ptype2.json2)
export(vec_ptype2.pq_json)
export(vec_ptype2.pq_jsonb)
export(write_json)
import(rlang)
import(vctrs)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(magrittr,"%>%")
importFrom(methods,setOldClass)
importFrom(pillar,pillar_shaft)
importFrom(tibble,tibble)