get_order_history | R Documentation |
Get order history from start date to end date.
get_order_history(sdt, edt, prdt_code, zip_flag = TRUE)
sdt |
A string specifying start date "YYYYMMDD" |
edt |
A string specifying end date "YYYYMMDD" |
prdt_code |
A string specifying account product code |
zip_flag |
A boolean specifying choosing important columns |
Order history data frame
# get order history
## Not run:
get_order_history("20")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.