Translations:Export responses/250/en
From LimeSurvey Manual
- Download both the syntax file and data file
- Store both files in your R working directory (use getwd() and setwd() in a R command window to get and set your working directory)
- Enter
source("File_name_syntax.R")in the R command window. It will import the data in the correct format to a data frame called "data".