download_error_message: Helper functions

Description Usage Arguments Value Examples

Description

An error message constructor.

Usage

1

Arguments

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.

Value

The download error message

Examples

1
IndianStocksR:::download_error_message(lubridate::today(), "nse")

ilangurudev/IndianStocksR documentation built on May 12, 2019, 4:36 a.m.