-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
export(getCSRRating)
export(getCSRRating_unit)
export(getENNames)
export(getExchange)
export(getHisMktCap)
export(getIndex)
export(getIndexData)
export(getNBS)
export(getPPPList)
export(getStockList)
export(getTickers)
export(getWaterQ_MEP_all)
export(getWaterQ_MEP_all_unit)
export(getWaternomicsData_NBS)
export(getWaternomicsData_goog)
export(is.listed)
export(plotScatterPie)
export(statscnDbs)
export(statscnQueryData)
export(statscnQueryLastN)
export(statscnQueryZb)
export(statscnRegions)
export(statscnRowNamePrefix)
import(circlize)
import(data.table)
importFrom(V8,v8)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggrepel,geom_label_repel)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(gsheet,gsheet2tbl)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(httr,timeout)
importFrom(httr,use_proxy)
importFrom(jsonlite,fromJSON)
importFrom(rvest,"%>%")
importFrom(rvest,html_table)
importFrom(scatterpie,geom_scatterpie)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_replace_last_fixed)
importFrom(utils,read.csv)
importFrom(xml2,read_html)