forked from nacnudus/unpivotr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 864 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
# Generated by roxygen2: do not edit by hand
S3method(as_cells,data.frame)
S3method(as_cells,matrix)
S3method(as_cells,xml_document)
S3method(as_cells,xml_node)
S3method(behead,data.frame)
S3method(behead,grouped_df)
S3method(behead_if,data.frame)
S3method(enhead,data.frame)
S3method(justify,data.frame)
S3method(merge_cols,data.frame)
S3method(merge_rows,data.frame)
S3method(print,cell_grid)
S3method(rectify,data.frame)
S3method(spatter,data.frame)
export("%>%")
export(as_cells)
export(behead)
export(behead_if)
export(enhead)
export(isolate_sentinels)
export(justify)
export(merge_cols)
export(merge_rows)
export(pack)
export(partition)
export(partition_dim)
export(rectify)
export(spatter)
export(tidy_table)
export(unpack)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map)
importFrom(utils,View)
importFrom(utils,installed.packages)