-
Notifications
You must be signed in to change notification settings - Fork 81
/
manager_appointments.R
34 lines (31 loc) · 1.63 KB
/
manager_appointments.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
################################################################################
# Joshua C. Fjelstul, Ph.D.
# worldcup R package
# automatically generated by the codebookr R package
################################################################################
#' Manager appointments
#'
#' This dataset records all manager appointments. There is one observation per
#' manager per team per tournament. There are some teams that have
#' co-managers. There are 10 variables and 637 observations.
#'
#' @format A data frame with 10 variables:
#' \describe{
#' \item{key_id}{\code{integer}. The unique ID number for the observation.}
#' \item{tournament_id}{\code{text}. The unique ID number for the tournament.
#' References \code{tournament_id} in the \code{tournaments} dataset.}
#' \item{tournament_name}{\code{text}. The name of the tournament.}
#' \item{team_id}{\code{text}. The unique ID number for the team. References
#' \code{team_id} in the \code{teams} dataset.}
#' \item{team_name}{\code{text}. The name of the team of the manager.}
#' \item{team_code}{\code{text}. The 3-letter code for the team.}
#' \item{manager_id}{\code{text}. The unique ID number for the manager.
#' References \code{manager_id} in the \code{managers} dataset.}
#' \item{family_name}{\code{text}. The family name of the manager.}
#' \item{given_name}{\code{text}. The given name of the manager.}
#' \item{country_name}{\code{text}. The name of the manager's home country.}
#' }
"manager_appointments"
################################################################################
# end R script
################################################################################