Hi, Would like to analyze this survey: https://docs.google.com/spreadsheet/ccc?key=0Al8vE0D1FPpldEVKWEpZalVELXRhdXo1RU5pTXJWUlE
I know how to read in the data like this: require(RCurl) myCsv <- getURL("https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0Al8vE0D1FPpldEVKWEpZalVELXRhdXo1RU5pTXJWUlE&output=csv") read.csv(textConnection(myCsv)) Q: How to read in the data column by column? For each column I would like to plot the data like a pie chart or with bars meant that this made sense. Regards Peter ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.