-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(getSymbolVND)
export(getSymbolCP68)
export(getSymbols)
export(getBusinessReport)
export(getBalanceSheet)
export(getCompanyInfo)
export(tq_bigquery)
export(tq_get_vnd)
export(tq_get_cp68)
export(tq_get_cafef)
export(tq_get)
export(tq_getSymbols)
export(tq_get_single)
export(tq_get_xts)
export(tq_get_single_tibble)
export(tq_business_report)
export(tq_balancesheet)
export(tq_company_info)
export(tq_candlechart)
export(tq_candlechart_symbol)
export(tq_candlechart_ohlc)
export(tq_candlechart_khanh)
export(coord_x_date)
export(coord_x_datetime)
export(geom_barchart)
export(geom_bbands)
export(geom_candlestick)
export(geom_ma)
export(theme_tq)
export(theme_tq_dark)
export(theme_tq_green)
import(dplyr)
import(httr)
import(rvest)
import(stringr)
import(xml2)
import(ggplot2)
importFrom(magrittr,'%$%')
importFrom(magrittr,'%>%')
importFrom(xts,to.period,xts)
importFrom(scales, 'date_format')
importFrom(gridExtra, 'grid.arrange')
importFrom(bdscale, 'scale_x_bd')
importFrom(glue, 'glue')