Description Usage Arguments Value Examples
get coin price data from source. Source is https://upbit.com/exchange. This page shows the multiple cryptocurrency price.
1  | ubci_get(code, from, to)
 | 
code | 
 coin name fom ubci_get_options() link "UPBIT.KRW-BTC".  | 
from | 
 Optional for various time series. A character string representing a start date in YYYY-MM-DD format. Default is 2000-01-01.  | 
to | 
 Optional for various time series. A character string representing an end date in YYYY-MM-DD format. Default is system date today.  | 
Return type is tibble has columes contain code, date, open, high, low, close, volume.
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.