-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.03 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.03 KB
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
# Generated by roxygen2: do not edit by hand
export(cache_info)
export(catalogue)
export(dataset_ag_news)
export(dataset_dbpedia)
export(dataset_imdb)
export(dataset_sentence_polarity)
export(dataset_trec)
export(embedding_glove27b)
export(embedding_glove42b)
export(embedding_glove6b)
export(embedding_glove840b)
export(lexicon_afinn)
export(lexicon_bing)
export(lexicon_loughran)
export(lexicon_nrc)
export(lexicon_nrc_eil)
export(lexicon_nrc_vad)
export(load_dataset)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,file_delete)
importFrom(fs,file_exists)
importFrom(fs,path)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,cols)
importFrom(readr,cols_only)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_lines)
importFrom(readr,read_rds)
importFrom(readr,read_tsv)
importFrom(readr,write_rds)
importFrom(tibble,tibble)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,untar)
importFrom(utils,unzip)