-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
92 lines (91 loc) · 2.29 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
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,QDConfiguration)
S3method(as.matrix,QDDictionaryStatistics)
S3method(barplot,QDCharacterStatistics)
S3method(plot,QDHamming)
S3method(plot,QDUtteranceStatistics)
S3method(split,QDDrama)
export(characterNames)
export(characterStatistics)
export(combine)
export(configuration)
export(correlationAnalysis)
export(dictionaryStatistics)
export(dictionaryStatisticsSingle)
export(dramaNames)
export(ensureSuffix)
export(filterByDictionary)
export(filterCharacters)
export(frequencytable)
export(hamming)
export(installCollectionData)
export(installData)
export(isolateCharacterSpeech)
export(keyness)
export(loadAllInstalledIds)
export(loadDrama)
export(loadDramaTEI)
export(loadFields)
export(loadMeta)
export(loadSet)
export(loadSets)
export(mapPrefix)
export(newCollection)
export(numberOfPlays)
export(plotSpiderWebs)
export(postags)
export(presence)
export(qd.colors)
export(report)
export(scenicDifference)
export(segment)
export(setCollectionDirectory)
export(setDataDirectory)
export(setDirectories)
export(tfidf)
export(utteranceStatistics)
import(xml2)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,setcolorder)
importFrom(data.table,uniqueN)
importFrom(git2r,clone)
importFrom(git2r,in_repository)
importFrom(git2r,pull)
importFrom(git2r,repository)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,mtext)
importFrom(graphics,plot.default)
importFrom(graphics,stripchart)
importFrom(graphics,text)
importFrom(httr,HEAD)
importFrom(httr,headers)
importFrom(readr,col_character)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(reshape2,melt)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,ave)
importFrom(stats,chisq.test)
importFrom(stats,cor)
importFrom(stats,ftable)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,reshape)
importFrom(stats,sd)
importFrom(stats,xtabs)
importFrom(stringr,str_replace)
importFrom(stringr,str_to_title)
importFrom(tokenizers,tokenize_words)
importFrom(utils,as.roman)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.csv)