forked from JesseVent/crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
export(cmc_api)
export(crypto_exchanges)
export(crypto_global_market)
export(crypto_history)
export(crypto_list)
export(crypto_prices)
export(crypto_timeseries)
export(crypto_xts)
export(get_coinlist_api)
export(get_coinlist_static)
export(platform_locale)
export(replace_encoding)
export(reset_encoding)
import(progress)
import(stats)
import(tidyr)
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,'mutate')
importFrom(dplyr,select)
importFrom(grDevices,'rgb')
importFrom(httr,"GET")
importFrom(httr,"accept_json")
importFrom(httr,"add_headers")
importFrom(httr,"content")
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,read_json)
importFrom(lubridate,"round_date")
importFrom(lubridate,'mdy')
importFrom(lubridate,today)
importFrom(rstudioapi,askForSecret)
importFrom(rvest,"html_nodes")
importFrom(rvest,"html_table")
importFrom(tibble,"as.tibble")
importFrom(tibble,'as.tibble')
importFrom(tibble,'tibble')
importFrom(tibble,tibble)
importFrom(tidyr,'replace_na')
importFrom(xml2,"read_html")
importFrom(xts,"xts")