ORDERS: Order data

Description Usage Format Source References Examples

Description

This data describes the information about each order, the order status, comments by sales, and the dates of order events such as the order date.

Usage

1
data("ORDERS")

Format

A data frame with 326 observations on the following 7 variables.

ORDERNUMBER

a numeric vector

ORDERDATE

date the order was created

REQUIREDDATE

date the order is required

SHIPPEDDATE

date the order shipped

STATUS

a character vector

COMMENTS

a character vector

CUSTOMERNUMBER

a numeric vector

Source

http://www.eclipse.org/birt/documentation/sample-database.php

References

http://www.eclipse.org/legal/epl/notice.php

Examples

1
2
3
data(ORDERS)
## maybe str(ORDERS) ; plot(ORDERS) ...
ORDERS$ORDERDATE[2]

shawngiese/classic.models documentation built on Dec. 31, 2020, 5:14 a.m.