Revision 608a88e9639a4be776be79af369b32860fc984a7 authored by Matthias Templ on 12 July 2017, 18:31:22 UTC, committed by cran-robot on 12 July 2017, 18:31:22 UTC
1 parent f01abd0
Raw File
employment_df.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{employment_df}
\alias{employment_df}
\title{Employment in different countries by gender and status.}
\format{A data.frame with 132 rows and 4 columns.}
\usage{
data(employment_df)
}
\description{
\itemize{
 \item{\code{gender}}{factor}
 \item{\code{status}}{factor, defining if part or full time work}
 \item{\code{country}}{country}
 \item{\code{value}}{employment}
}
}
\examples{
data(employment_df)
head(employment_df)
}
\author{
Valentin Todorov, Matthias Templ
}
\keyword{data}
back to top