-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathNAMESPACE
More file actions
65 lines (64 loc) · 1.75 KB
/
NAMESPACE
File metadata and controls
65 lines (64 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method(lnt_lookup,LNToutput)
S3method(lnt_lookup,character)
S3method(lnt_lookup,default)
export(lnt2SQLite)
export(lnt2bibtex)
export(lnt2cptools)
export(lnt2df)
export(lnt2quanteda)
export(lnt2rDNA)
export(lnt2tidy)
export(lnt2tm)
export(lnt_add)
export(lnt_asDate)
export(lnt_convert)
export(lnt_diff)
export(lnt_lookup)
export(lnt_read)
export(lnt_rename)
export(lnt_sample)
export(lnt_similarity)
import(data.table)
import(stringi)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(quanteda,corpus)
importFrom(quanteda,dfm)
importFrom(quanteda,docnames)
importFrom(quanteda,meta)
importFrom(quanteda,tokens)
importFrom(quanteda,tokens_remove)
importFrom(quanteda.textstats,textstat_simil)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringdist,stringdist)
importFrom(stringi,stri_datetime_format)
importFrom(stringi,stri_datetime_parse)
importFrom(stringi,stri_datetime_symbols)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_extract_last_regex)
importFrom(stringi,stri_join)
importFrom(stringi,stri_opts_fixed)
importFrom(stringi,stri_opts_regex)
importFrom(stringi,stri_paste)
importFrom(stringi,stri_read_lines)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
importFrom(tools,toTitleCase)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(utils,unzip)