-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
38 lines (37 loc) · 963 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method("$",list_struct)
S3method("$",tibble_struct)
S3method("$<-",list_struct)
S3method("$<-",tibble_struct)
S3method("[",tibble_struct)
S3method("[[",list_struct)
S3method("[[",tibble_struct)
S3method("[[<-",liststruct)
S3method("[[<-",tibble_struct)
S3method(print,list_struct)
S3method(struct_cast,default)
S3method(struct_cast,list_struct)
S3method(struct_cast,scalar)
S3method(tbl_sum,list_struct)
S3method(type_sum,list_struct_elt)
export(as_list_struct)
export(as_tibble_struct)
export(bind_structs)
export(deep_struct)
export(deep_unstruct)
export(is_list_struct)
export(is_scalar)
export(is_tibble_struct)
export(list_struct)
export(local_no_struct)
export(print_tree)
export(scalar)
export(tibble_struct)
export(un_list_struct)
export(un_scalar)
export(un_tibble_struct)
export(with_no_struct)
importFrom(pillar,tbl_sum)
importFrom(pillar,type_sum)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)