employee: Generate a employee object.

Description Usage Arguments Examples

View source: R/bm.R View source: R/employee.R

Description

Generate a employee object.

Usage

1
2
employee(name = "Joe", salary = 5000, union = T,
  info = data.frame(x = rep(1, 10), y = rep(2, 10)))

Arguments

name

the name, defalut is "Joe"

salary

the salary, default is 5000

union

boolean whether the man is in Union, defualt is T

Examples

1
2
Wht<-employee(name="Wht",salary = 6000)
Wht

ritianjiang/MethyAge2 documentation built on Dec. 3, 2019, 2:03 p.m.