Description Usage Arguments Value Author(s) Examples
View source: R/preciousFunctions.R
Computes the time series of earnings and losses given a specific cryptocurrency and a particular amount of money invested in it during a period of time.
1 2 3 4 5 6 7 |
symbol |
a character string of the symbol. Default is "BTC" for Bitcoin. |
currency |
a character string for the region of the currency. "USD", "EUR", "GBP"... Default is "USD" for US Dollar. |
amount |
a numeric value for the amount of money invested, in the previous currency. |
start |
a date in "YYYY-MM-DD" format when the money is invested. |
end |
a date in "YYYY-MM-DD" format when the money is withdrawed. Default is today. |
a time series.
Vincent KV contact@vincentkv.com
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.