ORDERDETAILS: Order detail data

Description Usage Format Source References Examples

Description

This data describes the details of each line of an order.

Usage

1
data("ORDERDETAILS")

Format

A data frame with 2996 observations on the following 5 variables.

ORDERNUMBER

a numeric vector

PRODUCTCODE

a character vector

QUANTITYORDERED

a numeric vector

PRICEEACH

a numeric vector

ORDERLINENUMBER

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
data(ORDERDETAILS)
## maybe str(ORDERDETAILS) ; plot(ORDERDETAILS) ...

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