employee_number: Calculation of the number of total workers based on Korean...

Description Usage Arguments Examples

Description

This function allows you to calculate total workers employed based on 2015 administration.

Usage

1

Arguments

data

Put your Korean Business Survey data dataframe.

year

Put year you want to calculate.

Examples

1
2
data <- read.table("KoreanBusinessSurvey.txt", sep = "\t", colClasses = "character")
employee_number(data = data, year = 2013)

kkyusik/IndVariety documentation built on May 10, 2019, 1:23 p.m.