-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
104 lines (103 loc) · 1.69 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
98
99
100
101
102
103
104
# Generated by roxygen2: do not edit by hand
S3method(jq,character)
S3method(jq,connection)
S3method(jq,default)
S3method(jq,jqr)
S3method(jq,json)
S3method(jqr,connection)
S3method(jqr,default)
S3method(print,jq_query)
S3method(print,jqson)
export("%>%")
export(ad)
export(allj)
export(anyj)
export(at)
export(at_)
export(build_array)
export(build_array_)
export(build_object)
export(build_object_)
export(combine)
export(contains)
export(contains_)
export(del)
export(del_)
export(do)
export(do_)
export(dot)
export(dot_)
export(dotindex)
export(dotindex_)
export(dotstr)
export(dotstr_)
export(endswith)
export(endswith_)
export(flags)
export(floorj)
export(fromjson)
export(funs)
export(group)
export(group_)
export(haskey)
export(haskey_)
export(index)
export(index_)
export(index_loc)
export(index_loc_)
export(indexif)
export(indexif_)
export(indices)
export(indices_)
export(join)
export(join_)
export(jq)
export(jq_flags)
export(jqr)
export(jqr_feed)
export(jqr_new)
export(keys)
export(lengthj)
export(ltrimstr)
export(ltrimstr_)
export(map)
export(map_)
export(maxj)
export(maxj_)
export(minj)
export(minj_)
export(paths)
export(peek)
export(rangej)
export(recurse)
export(recurse_)
export(reverse)
export(rindex_loc)
export(rindex_loc_)
export(rtrimstr)
export(rtrimstr_)
export(select)
export(select_)
export(sortj)
export(sortj_)
export(splitj)
export(splitj_)
export(sqrtj)
export(startswith)
export(startswith_)
export(string)
export(tojson)
export(tonumber)
export(tostring)
export(type)
export(type_)
export(types)
export(uniquej)
export(uniquej_)
export(vars)
export(vars_)
importFrom(lazyeval,all_dots)
importFrom(lazyeval,lazy_dots)
importFrom(magrittr,"%>%")
useDynLib(jqr,C_jqr_feed)
useDynLib(jqr,C_jqr_new)