-
Notifications
You must be signed in to change notification settings - Fork 36
/
NAMESPACE
66 lines (65 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
export(cmc_api)
export(crypto_global_market)
export(crypto_history)
export(crypto_list)
export(crypto_prices)
export(crypto_prices_full)
export(crypto_timeseries)
export(crypto_xts)
export(get_coinlist_api)
export(get_coinlist_static)
export(platform_locale)
export(replace_encoding)
export(reset_encoding)
export(safely_read_json)
import(progress)
import(stats)
import(tidyr)
importFrom(cli,"cat_bullet")
importFrom(cli,'cat_bullet')
importFrom(crayon,'make_style')
importFrom(curl,"new_handle")
importFrom(dplyr,"%>%")
importFrom(dplyr,"first")
importFrom(dplyr,"group_by")
importFrom(dplyr,"last")
importFrom(dplyr,"mutate")
importFrom(dplyr,"summarise")
importFrom(dplyr,'%>%')
importFrom(dplyr,'arrange')
importFrom(dplyr,'bind_rows')
importFrom(dplyr,'group_by')
importFrom(dplyr,'mutate')
importFrom(dplyr,'select')
importFrom(dplyr,'ungroup')
importFrom(dplyr,select)
importFrom(grDevices,'rgb')
importFrom(httr,'GET')
importFrom(httr,'accept_json')
importFrom(httr,'add_headers')
importFrom(httr,'content')
importFrom(httr,'http_type')
importFrom(httr,'modify_url')
importFrom(httr,'parse_media')
importFrom(httr,'status_code')
importFrom(httr,'user_agent')
importFrom(jsonlite,"fromJSON")
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,read_json)
importFrom(lubridate,"round_date")
importFrom(lubridate,'mdy')
importFrom(lubridate,'ymd_hms')
importFrom(lubridate,today)
importFrom(reshape2,'melt')
importFrom(rstudioapi,askForSecret)
importFrom(rvest,"html_node")
importFrom(rvest,"html_text")
importFrom(tibble,"as_tibble")
importFrom(tibble,'as_tibble')
importFrom(tibble,'tibble')
importFrom(tibble,tibble)
importFrom(tidyr,'replace_na')
importFrom(tidyr,'spread')
importFrom(xml2,"read_html")
importFrom(xts,"xts")