Description Usage Arguments Details Value Examples
Get business day of stock market bewteen two days
1 | get_buz_day(con, beg_dt, end_dt, ...)
|
con |
a connection |
beg_dt |
the begin date, can be integer or character format like %Y%m%d |
end_dt |
the end date, can be integer or character format like %Y%m%d |
The begin date and end date should not be the business day. The return vector will begin at the first business day after begin date.
a vector of date
1 2 3 4 | ## Not run:
get_buz_day(con, 20100101, 20110101)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.