-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
94 lines (93 loc) · 2.24 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("$<-",tbl_json)
S3method("[",tbl_json)
S3method(arrange,tbl_json)
S3method(arrange_,tbl_json)
S3method(as.character,tbl_json)
S3method(as.tbl_json,character)
S3method(as.tbl_json,data.frame)
S3method(as.tbl_json,list)
S3method(as.tbl_json,tbl_json)
S3method(as_tibble,tbl_json)
S3method(dplyr_reconstruct,tbl_json)
S3method(filter,tbl_json)
S3method(filter_,tbl_json)
S3method(full_join,tbl_json)
S3method(inner_join,tbl_json)
S3method(left_join,tbl_json)
S3method(mutate,tbl_json)
S3method(mutate_,tbl_json)
S3method(print,tbl_json)
S3method(right_join,tbl_json)
S3method(select,tbl_json)
S3method(slice,tbl_json)
S3method(slice_,tbl_json)
S3method(transmute,tbl_json)
export("%>%")
export(append_values_logical)
export(append_values_number)
export(append_values_string)
export(as.tbl_json)
export(as_data_frame)
export(as_data_frame.tbl_json)
export(as_tbl_json)
export(as_tibble)
export(bind_rows)
export(enter_object)
export(filter)
export(gather_array)
export(gather_keys)
export(gather_object)
export(is.tbl_json)
export(is_json_array)
export(is_json_logical)
export(is_json_null)
export(is_json_number)
export(is_json_object)
export(is_json_scalar)
export(is_json_string)
export(jdouble)
export(jinteger)
export(jlogical)
export(jnumber)
export(json_complexity)
export(json_get)
export(json_get_column)
export(json_lengths)
export(json_schema)
export(json_structure)
export(json_types)
export(jstring)
export(read_json)
export(spread_all)
export(spread_values)
export(tbl_json)
import(assertthat)
import(dplyr)
import(jsonlite)
import(tidyr)
importFrom(dplyr,bind_rows)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(magrittr,is_greater_than)
importFrom(purrr,"%||%")
importFrom(purrr,at_depth)
importFrom(purrr,compose)
importFrom(purrr,every)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_dbl)
importFrom(purrr,flatten_int)
importFrom(purrr,lift_vl)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,partial)
importFrom(purrr,rep_along)
importFrom(tibble,as_tibble)
importFrom(tibble,trunc_mat)
importFrom(utils,capture.output)