Translations:Exporting results/232/en
From LimeSurvey Manual
Instructions on how to import your dataset in R:
- Download both the syntax file and the data file.
- Store both files in R working directory (use getwd() and setwd() in a R command window to get and set).
- In your code enter source("Surveydata_syntax.R", encoding = "UTF-8") in R command window which will import the data in the correct format to a data frame called "data".