departments.Rd
This dataset includes data on departments of the Commission, including Directorates-General and service departments (1958-2021). There is one observation per unique department. A new observation is created every time a department is renamed, even if the department itself does not change. This allows you to track changes in department nomenclature over time.
departments
A data frame with 13 variables:
Numeric. An ID number that uniquely identifies each observation. Indicates the default sort order for the dataset.
Numeric. An ID number that uniquely identifies each department.
String. The name of the department.
Numeric. The ID number of the first Commission
in which the department appeared. See the commissions
dataset.
String. The first Commission in which the department appeared.
String. A list of the Commissions in which the department appeared, separated by a comma.
Numeric. The number of Commissions in which the department appeared.
Dummy. A dummy variable indicating whether the
department is a current department under the von der Leyen Commission.
Coded 1
if the department is a current department and 0
otherwise.
Numeric. An ID number that uniquely identifies
the type of the department. Coded 1
for Directorate-General
and 2
for Service department
. See the variable
department_type
.
String. The type of the department. Either
Directorate-General
or Service department
.
String. The common abbreviation of the department.
Coded Not applicable
of there is not an abbreviation for the
department. Coded None
for all Commissions prior to the Prodi
Commission.
String. The name of the policy area. See the
policy_areas
dataset.
String. The name of the current department.
See the departments
dataset.