forked from eurostat/correspondenceTables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
30 lines (29 loc) · 839 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(aggregateCorrespondenceTable)
export(analyseCorrespondenceTable)
export(classificationList)
export(classificationQC)
export(correspondenceTableList)
export(dataStructure)
export(newCorrespondenceTable)
export(prefixList)
export(retrieveClassificationTable)
export(retrieveCorrespondenceTable)
export(updateCorrespondenceTable)
import(httr)
import(igraph)
import(jsonlite)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(igraph,decompose.graph)
importFrom(igraph,graph.data.frame)
importFrom(stats,aggregate)
importFrom(stringr,str_squish)
importFrom(stringr,str_sub)
importFrom(tools,file_ext)
importFrom(utils,menu)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)