-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
95 lines (94 loc) · 2.27 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Generated by roxygen2: do not edit by hand
S3method(tabulize,combined_ngrams)
S3method(tabulize,default)
S3method(tabulize,expanded)
S3method(tabulize,frequency)
S3method(tabulize,ngrams)
S3method(tabulize,sentiment)
S3method(tabulize,tf_idf)
S3method(tabulize,vocabulary)
S3method(visualize,LDA_Gibbs)
S3method(visualize,combined_ngrams)
S3method(visualize,default)
S3method(visualize,dictionary)
S3method(visualize,expanded)
S3method(visualize,frequency)
S3method(visualize,ngrams)
S3method(visualize,sentiment)
S3method(visualize,tf_idf)
S3method(visualize,vocabulary)
export(add_dictionary)
export(add_frequency)
export(add_index)
export(add_ngrams)
export(add_partitions)
export(add_sentiment)
export(add_tf_idf)
export(add_vocabulary)
export(change_colors)
export(collapse_rows)
export(combine_ngrams)
export(contextualize)
export(count)
export(download_once)
export(drop_na)
export(drop_stopwords)
export(expand_documents)
export(get_corpus)
export(get_cumulative_vocabulary)
export(get_frequency)
export(get_gutenberg_corpus)
export(get_hir)
export(get_htr)
export(get_idf_by)
export(get_match)
export(get_micusp_corpus)
export(get_sentiment)
export(get_tf)
export(get_tf_by)
export(get_tfidf_by)
export(get_ttr)
export(identify_by)
export(interactive_topic_distributions)
export(is_hapax)
export(is_new)
export(load_texts)
export(load_topic_model)
export(make_dictionary)
export(make_topic_model)
export(micusp_metadata)
export(move_header_to_text)
export(parse_html)
export(plot_bigrams)
export(plot_doc_word_bars)
export(plot_doc_word_heatmap)
export(plot_hapax)
export(plot_hir)
export(plot_tf_idf)
export(plot_topic_bars)
export(plot_topic_distributions)
export(plot_topic_wordcloud)
export(plot_ttr)
export(plot_vocabulary)
export(separate_ngrams)
export(standardize_titles)
export(summarize_tf_idf)
export(tabulize)
export(unnest_without_caps)
export(visualize)
importFrom(grDevices,colorRampPalette)
importFrom(gt,cells_body)
importFrom(gt,cols_label)
importFrom(gt,css)
importFrom(gt,fmt_number)
importFrom(gt,gt)
importFrom(gt,sub_missing)
importFrom(gt,tab_spanner)
importFrom(gt,tab_style)
importFrom(gutenbergr,gutenberg_download)
importFrom(gutenbergr,gutenberg_get_mirror)
importFrom(rlang,":=")
importFrom(stats,median)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(tidyr,drop_na)