Description Usage Arguments Value Examples
An error message constructor.
1 | download_error_message(date, exchange)
|
date |
The date you want the data for. The input should either be a date object or a something that lubridate::as_date can parse to be a date. If a string is in the format yyyy-mm-dd, this generally works. |
exchange |
Usually "nse" or "bse". But any string can be specified. |
The download error message
1 | IndianStocksR:::download_error_message(lubridate::today(), "nse")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.