-
Notifications
You must be signed in to change notification settings - Fork 27
/
NAMESPACE
135 lines (134 loc) · 3.58 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Generated by roxygen2: do not edit by hand
export(cachedir)
export(clearcache)
export(code2month)
export(company_cash_dividends_get)
export(company_info_get)
export(company_stock_dividends_get)
export(company_subscriptions_get)
export(convert_to)
export(cotahist_bdrs_get)
export(cotahist_equity_get)
export(cotahist_equity_options_get)
export(cotahist_equity_options_superset)
export(cotahist_etfs_get)
export(cotahist_fiagros_get)
export(cotahist_fidcs_get)
export(cotahist_fiis_get)
export(cotahist_funds_options_get)
export(cotahist_get)
export(cotahist_get_symbols)
export(cotahist_index_options_get)
export(cotahist_indexes_get)
export(cotahist_options_by_symbol_superset)
export(cotahist_units_get)
export(display_template)
export(download_marketdata)
export(futures_get)
export(futures_mget)
export(index_by_segment_get)
export(index_comp_get)
export(index_get)
export(index_weights_get)
export(indexes_get)
export(indexes_last_update)
export(indexreport_get)
export(indexreport_mget)
export(maturity2date)
export(read_marketdata)
export(show_templates)
export(yc_get)
export(yc_ipca_get)
export(yc_ipca_mget)
export(yc_ipca_superset)
export(yc_mget)
export(yc_superset)
export(yc_usd_get)
export(yc_usd_mget)
export(yc_usd_superset)
importFrom(XML,getNodeSet)
importFrom(XML,xmlInternalTreeParse)
importFrom(XML,xmlValue)
importFrom(ascii,ascii)
importFrom(base64enc,base64encode)
importFrom(bizdays,add.bizdays)
importFrom(bizdays,bizdayse)
importFrom(bizdays,bizseq)
importFrom(bizdays,following)
importFrom(bizdays,getdate)
importFrom(bizdays,load_builtin_calendars)
importFrom(bizdays,preceding)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_progress_along)
importFrom(cli,pb_bar)
importFrom(cli,pb_current)
importFrom(cli,pb_eta_str)
importFrom(cli,pb_percent)
importFrom(cli,pb_spin)
importFrom(cli,pb_total)
importFrom(digest,digest)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(proto,proto)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(readr,read_csv)
importFrom(readr,read_file)
importFrom(readr,read_rds)
importFrom(readr,write_rds)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(rvest,html_element)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_ends)
importFrom(stringr,str_glue)
importFrom(stringr,str_length)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_starts)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tidyr,pivot_longer)
importFrom(utils,getFromNamespace)
importFrom(utils,hasName)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(utils,write.table)
importFrom(yaml,yaml.load_file)