-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
45 lines (44 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(bhav)
export(bhavpr)
export(bhavtoday)
export(daytomonth)
export(daytoweek)
export(fdii)
export(fobhav)
export(fobhavtoday)
export(nseindex)
export(nseipo)
export(nselive)
export(nseopen)
export(nsetree)
import(dplyr)
import(graphics)
import(reticulate)
import(rvest)
import(xml2)
importFrom(curl,has_internet)
importFrom(dplyr,arrange)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(googleVis,gvisTreeMap)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,dmy)
importFrom(lubridate,isoweek)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(purrr,reduce)
importFrom(readr,read_csv)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,read_html)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,unzip)