Skip to contents

Load employment data from KOSIS

Usage

load_employment(year, cache = TRUE)

Arguments

year

The year for which to load the employment data.

cache

Whether to cache the downloaded data. Default is TRUE.

Value

A data frame containing the employment data for the specified year.

Note

This function is experimental and may change in future versions. It only supports loading two semiannual period during year. Reference table ID: DT_1ES3A01S

Examples

if (FALSE) { # \dontrun{
# Load employment data for the year 2020
employment_data <- load_employment(2020)
} # }