-
Notifications
You must be signed in to change notification settings - Fork 81
/
groups.R
35 lines (32 loc) · 1.66 KB
/
groups.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
34
################################################################################
# Joshua C. Fjelstul, Ph.D.
# worldcup R package
# automatically generated by the codebookr R package
################################################################################
#' Groups
#'
#' This dataset records the names of the groups for each group stage. There is
#' one observation per group per group stage per tournament. Some tournaments
#' have multiple group stages. It indicates the stage, the name of the group,
#' and how many teams were in the group. There are 7 variables and 117
#' observations.
#'
#' @format A data frame with 7 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{stage_number}{\code{integer}. The number of the stage.}
#' \item{stage_name}{\code{enum}. The stage of the tournament in which the
#' match occurred. The possible values are: \code{first round}, \code{second
#' round}, \code{group stage}, \code{round of sixteen}, \code{quarter-finals},
#' \code{semi-finals}, \code{third place match}, \code{final}. Note that not
#' all values are applicable to all tournaments.}
#' \item{group_name}{\code{text}. The name of the group.}
#' \item{count_teams}{\code{integer}. The number of teams in the group.}
#' }
"groups"
################################################################################
# end R script
################################################################################