R/survey.R

#' Fake survey data
#'
#' @source LAYC
#' @format Data frame with columns
#' \describe{
#' \item{id}{Participants' unique id number}
#' \item{survey}{Name of the survey}
#' \item{response_id}{Survey response unique id number}
#' \item{question}{Survey question}
#' \item{pseudo}{Survey question short name}
#' \item{date}{Date the survey was taken}
#' \item{answer}{Answer to survey question}
#' \item{weight}{Weight associated to the answer}
#'
#' }
"survey"
thelayc/laycPrepost documentation built on May 31, 2019, 9:16 a.m.