R/create_qb_database_empty.R

#' Create the QB database
#'
#' The function will be shared only after consultation with GESIS.
#' The function reads in GESIS datafiles, determines necessary renaming
#' consistency changes, and necessary variable transformations for use
#' in R.
#' @param importpath Temporarily the default is
#' \code{"data-raw/"}.
#' @param exportpath Temporarily the default is \code{"data-raw/"}.
#' \code{"factor"}.
#' @importFrom dplyr left_join full_join select mutate distinct
#' @importFrom haven read_spss as_factor
#' @importFrom sjlabelled get_label
#' @importFrom stringr str_split
#' @importFrom magrittr %>%
#' @examples
#' \dontrun{
#' questions <- create_qb_database_empty()
#'  }
#' @export

create_qb_database_empty <-  function (importpath = "data-raw/",
                                 exportpath = "data-raw/") {
 message ("The function will be shared only after consultation with GESIS.")
}
antaldaniel/surveyreader documentation built on May 16, 2019, 2:29 a.m.