forked from colearendt/tidyjson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.23 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
# 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)
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(jlogical)
export(jnumber)
export(json_complexity)
export(json_lengths)
export(json_structure)
export(json_types)
export(jstring)
export(plot_json_graph)
export(read_json)
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(purrr,"%||%")
importFrom(purrr,at_depth)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_dbl)
importFrom(purrr,invoke_map)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)