Learn R Programming

RSADBE (version 1.0)

employ: 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)

Arguments

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

Run this code
data(employ)

Run the code above in your browser using DataLab