-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
S3method(Ask,data.frame)
S3method(Ask,olinda_df)
S3method(Ask,xts)
S3method(Bid,data.frame)
S3method(Bid,olinda_df)
S3method(Bid,xts)
S3method(rbcb_get,sgs)
export(Ask)
export(Bid)
export(get_all_currencies)
export(get_annual_market_expectations)
export(get_currency)
export(get_currency_cross_rates)
export(get_market_expectations)
export(get_monthly_market_expectations)
export(get_quarterly_market_expectations)
export(get_selic_market_expectations)
export(get_series)
export(get_top5s_annual_market_expectations)
export(get_top5s_monthly_market_expectations)
export(get_top5s_selic_market_expectations)
export(get_twelve_months_inflation_expectations)
export(list_currencies)
export(olinda_get_currency)
export(olinda_list_currencies)
export(rbcb_dataset)
export(rbcb_get)
export(rbcb_search)
export(sgs)
export(sgs_untidy)
importFrom(digest,digest)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,handle)
importFrom(httr,headers)
importFrom(httr,modify_url)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(httr,verbose)
importFrom(jsonlite,fromJSON)
importFrom(methods,is)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(stats,setNames)
importFrom(stats,ts)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,read.table)
importFrom(xml2,read_html)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)
importFrom(xts,xts)