-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
80 lines (79 loc) · 1.96 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
# Generated by roxygen2: do not edit by hand
S3method(combine,data.frame)
S3method(combine,default)
S3method(duration,data.frame)
S3method(duration,default)
S3method(duration,numeric)
S3method(from_to,character)
S3method(from_to,data.frame)
S3method(from_to,default)
S3method(from_to,factor)
S3method(from_to,numeric)
S3method(grab_index,character)
S3method(grab_index,data.frame)
S3method(grab_index,default)
S3method(grab_index,list)
S3method(grab_index,matrix)
S3method(grab_match,character)
S3method(grab_match,data.frame)
S3method(grab_match,list)
S3method(split_index,character)
S3method(split_index,data.frame)
S3method(split_index,default)
S3method(split_index,factor)
S3method(split_index,list)
S3method(split_index,matrix)
S3method(split_index,numeric)
S3method(split_run,data.frame)
S3method(split_run,default)
S3method(split_sentence,data.frame)
S3method(split_sentence,default)
S3method(split_sentence_token,data.frame)
S3method(split_sentence_token,default)
S3method(split_token,data.frame)
S3method(split_token,default)
S3method(split_word,data.frame)
S3method(split_word,default)
S3method(unique_pairs,data.table)
S3method(unique_pairs,default)
export(as_list)
export(bind_list)
export(bind_table)
export(bind_vector)
export(change_index)
export(cluster_matrix)
export(column_to_rownames)
export(combine)
export(duration)
export(ends)
export(flatten)
export(from_to)
export(from_to_summarize)
export(grab_index)
export(grab_match)
export(mtabulate)
export(split_index)
export(split_match)
export(split_match_regex)
export(split_portion)
export(split_run)
export(split_sentence)
export(split_sentence_token)
export(split_speaker)
export(split_token)
export(split_transcript)
export(split_word)
export(starts)
export(tidy_adjacency_matrix)
export(tidy_colo_dtm)
export(tidy_colo_tdm)
export(tidy_dtm)
export(tidy_list)
export(tidy_matrix)
export(tidy_table)
export(tidy_tdm)
export(tidy_vector)
export(unique_pairs)
export(unnest_text)
importFrom(data.table,":=")
importFrom(data.table,.N)