forked from amrrs/coinmarketcapr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 939 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(get_api_info)
export(get_crypto_listings)
export(get_crypto_map)
export(get_crypto_marketpairs)
export(get_crypto_meta)
export(get_crypto_ohlcv)
export(get_crypto_quotes)
export(get_exchange_map)
export(get_exchange_meta)
export(get_global_marketcap)
export(get_marketcap_ticker_all)
export(get_price_conversion)
export(get_setup)
export(get_valid_currencies)
export(plot_top_currencies)
export(reset_setup)
export(setup)
importFrom(cli,symbol)
importFrom(crayon,green)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_setheaders)
importFrom(curl,new_handle)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,prettify)