R/data_users.R

# users ----
#' User Demographics
#'
#' A dataset with unique participant ID, sex and birth year. To be used in conjunction with data from [disgust], [disgust_scores], [personality], [personality_scores], and [users2].
#'
#' @format A data frame with 52043 rows and 3 variables:
#' \describe{
#'    \item{user_id}{Each participant's unique ID}
#'    \item{sex}{The participant's sex}
#'    \item{birthyear}{The participant's year of birth}
#' }
#' @source \url{https://psyteachr.github.io/reprores-v2/data/users.csv}
"users"
PsyTeachR/reprores-v2 documentation built on Sept. 26, 2022, 10:06 a.m.