Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using R to parse out Surveymonkey csv files

I'm trying to analyse a large survey created with surveymonkey which has hundreds of columns in the CSV file and the output format is difficult to use as the headers run over two lines.

  • Has anybody found a simple way of managing the headers in the CSV file so that the analysis is manageable ?
  • How do other people analyse results from Surveymonkey?

Thanks!

like image 233
Sean Avatar asked Oct 24 '11 20:10

Sean


1 Answers

You can export it in a convenient form that fits R from Surveymonkey, see download responses in 'Advanced Spreadsheet Format'

surveymonkey export

like image 85
zoltanctoth Avatar answered Oct 11 '22 02:10

zoltanctoth