forked from colearendt/tidyjson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.7 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
# Generated by roxygen2: do not edit by hand
S3method("[",tbl_json)
S3method(arrange_,tbl_json)
S3method(as.tbl_json,character)
S3method(as.tbl_json,data.frame)
S3method(as.tbl_json,tbl_json)
S3method(filter_,tbl_json)
S3method(mutate_,tbl_json)
S3method(print,tbl_json)
S3method(slice_,tbl_json)
export("%>%")
export(append_values_logical)
export(append_values_number)
export(append_values_string)
export(as.tbl_json)
export(enter_object)
export(gather_array)
export(gather_keys)
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(jlogical)
export(jnumber)
export(json_complexity)
export(json_lengths)
export(json_schema)
export(json_structure)
export(json_types)
export(jstring)
export(plot_json_graph)
export(read_json)
export(spread_all)
export(spread_values)
export(tbl_json)
import(assertthat)
import(dplyr)
import(jsonlite)
import(tidyr)
importFrom(RColorBrewer,brewer.pal)
importFrom(graphics,par)
importFrom(igraph,V)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,layout_with_kk)
importFrom(igraph,plot.igraph)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(purrr,"%||%")
importFrom(purrr,at_depth)
importFrom(purrr,compose)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_dbl)
importFrom(purrr,flatten_int)
importFrom(purrr,invoke_map)
importFrom(purrr,list_along)
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(tibble,trunc_mat)
importFrom(utils,capture.output)