employ {RSADBE} | R Documentation |
A data set used for understanding the very basic steps in R
Description
The data set is used to simply understand the working of read.table, View, class and sapply R functions
Usage
data(employ)
Format
A data frame with 60 observations on the following 3 variables.
Trade
a numeric vector
Food
a numeric vector
Metals
a numeric vector
Examples
data(employ)
[Package RSADBE version 1.0 Index]