R/data.R

#' Dummy Survey Data 
#'
#' Created dummy Survey data of 4525 Observations of 141 Variables. 
#' Each observation is an interview with a different person/household/enterprise/... . Values are answers given to survey questions. 
#'
#' @format A data table with 4525 Interviews of 141 Variables.
#' \describe{
#'   each variable is a dummy survey variable 
#' }
"survey_data_test"
#> [1] "survey_data_test"


#' Dummy Time Data 
#'
#' Created dummy Time data of 4525 Observations of 141 Variables. 
#' Each observation is an interview with a different person/household/enterprise/... . Values are times needed on specific survey questions. 
#'
#' @format A data table with 4525 Interviews of 141 Variables.
#' \describe{
#'   each variable is a dummy survey variable 
#' }
"time_data_test"
#> [1] "survey_data_test"
marleneweinauer/iatools documentation built on Jan. 13, 2020, 3:24 p.m.