EMPLOYEES: Employee data

Description Usage Format Source References Examples

Description

This data includes the information of the sales employee and their position.

Usage

1
data("EMPLOYEES")

Format

A data frame with 23 observations on the following 8 variables.

EMPLOYEENUMBER

a numeric vector

LASTNAME

a character vector

FIRSTNAME

a character vector

EXTENSION

a character vector

EMAIL

a character vector

OFFICECODE

a character vector

REPORTSTO

a numeric vector

JOBTITLE

a character vector

Source

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

References

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

Examples

1
2
data(EMPLOYEES)
## maybe str(EMPLOYEES) ; plot(EMPLOYEES) ...

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