Skip to contents

Preparation of a survey

Usage

prepa_survey(
  folder_path,
  file_pattern = "*.csv",
  file_config = "config.txt",
  na.rm = FALSE
)

Arguments

folder_path

folder of survey

file_pattern

pattern of the databases (*.csv by default)

file_config

name of the configuration file (config.txt by default)

Value

NULL (creation of rds)

Examples

if (FALSE) { # \dontrun{
prepa_survey("shiny/complete/ESS10")
} # }