Description Usage Arguments Details Value Examples
get current queuing orders.
1 | queryorder(orderids = NULL)
|
orderids |
specyfing order ids to be queried, return all orders if orderids=NULL, default NULL. |
return a data.frame of current queuing orders, each row of the data.frame representing an order, queryorder will return all of the queuing orders if orderid is NULL. when there is no queuing orders, queryorder will return a data.frame with 0 rows.
a data.frame of queuing orders.
1 2 3 4 5 6 7 | ## Not run:
## get all queuing orders
queryorder()
## get all orders that satisfying orderid%in%c("order1","order2")
queryorder(orderids=c("order1","order2"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.