<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google spreadsheets + google forms + R = Easily collecting and importing data for analysis</title>
	<atom:link href="http://www.r-statistics.com/2010/03/google-spreadsheets-google-forms-r-easily-collecting-and-importing-data-for-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.r-statistics.com/2010/03/google-spreadsheets-google-forms-r-easily-collecting-and-importing-data-for-analysis/</link>
	<description>Writing about statistics with R, and open source stuff (software, data, community)</description>
	<lastBuildDate>Fri, 10 Feb 2012 03:07:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: R, &#8220;the next big thing&#8221; and Statistics in the cloud &#124; R-statistics blog</title>
		<link>http://www.r-statistics.com/2010/03/google-spreadsheets-google-forms-r-easily-collecting-and-importing-data-for-analysis/comment-page-1/#comment-2488</link>
		<dc:creator>R, &#8220;the next big thing&#8221; and Statistics in the cloud &#124; R-statistics blog</dc:creator>
		<pubDate>Wed, 14 Apr 2010 15:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.r-statistics.com/?p=193#comment-2488</guid>
		<description>[...] Easy online collecting of data (via google forms) [...]</description>
		<content:encoded><![CDATA[<p>[...] Easy online collecting of data (via google forms) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beth M. Duckles &#183; GoogleDocs, Forms and R</title>
		<link>http://www.r-statistics.com/2010/03/google-spreadsheets-google-forms-r-easily-collecting-and-importing-data-for-analysis/comment-page-1/#comment-2406</link>
		<dc:creator>Beth M. Duckles &#183; GoogleDocs, Forms and R</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.r-statistics.com/?p=193#comment-2406</guid>
		<description>[...] I found an online tool that I&#8217;m pretty excited about having my students try out for me at the end of this semester.  It has been previously discussed at ProfHacker but the cool part is that it doesn&#8217;t have to stop at usage in Google Docs, you can import it for use in R. [...]</description>
		<content:encoded><![CDATA[<p>[...] I found an online tool that I&#8217;m pretty excited about having my students try out for me at the end of this semester.  It has been previously discussed at ProfHacker but the cool part is that it doesn&#8217;t have to stop at usage in Google Docs, you can import it for use in R. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The &#8220;Future of Open Source&#8221; Survey &#8211; an R users thoughts and conclusions &#124; R-statistics blog</title>
		<link>http://www.r-statistics.com/2010/03/google-spreadsheets-google-forms-r-easily-collecting-and-importing-data-for-analysis/comment-page-1/#comment-2395</link>
		<dc:creator>The &#8220;Future of Open Source&#8221; Survey &#8211; an R users thoughts and conclusions &#124; R-statistics blog</dc:creator>
		<pubDate>Tue, 23 Mar 2010 21:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.r-statistics.com/?p=193#comment-2395</guid>
		<description>[...] My current (humble) contribution to the subject is the post I recently published about How to use google forms with R to Easily collect and access data for analysis. [...]</description>
		<content:encoded><![CDATA[<p>[...] My current (humble) contribution to the subject is the post I recently published about How to use google forms with R to Easily collect and access data for analysis. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tal Galili</title>
		<link>http://www.r-statistics.com/2010/03/google-spreadsheets-google-forms-r-easily-collecting-and-importing-data-for-analysis/comment-page-1/#comment-2389</link>
		<dc:creator>Tal Galili</dc:creator>
		<pubDate>Mon, 22 Mar 2010 22:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.r-statistics.com/?p=193#comment-2389</guid>
		<description>Hi Aaron,
I am sorry to say that I don&#039;t know how to resolve this.  However, if you come up with a solution - please come back to share!

Tal</description>
		<content:encoded><![CDATA[<p>Hi Aaron,<br />
I am sorry to say that I don&#8217;t know how to resolve this.  However, if you come up with a solution &#8211; please come back to share!</p>
<p>Tal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.r-statistics.com/2010/03/google-spreadsheets-google-forms-r-easily-collecting-and-importing-data-for-analysis/comment-page-1/#comment-2375</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.r-statistics.com/?p=193#comment-2375</guid>
		<description>I&#039;m having trouble. I got the RGoogleDocs package installed. Using the getGoogleAuth() , getGoogleDocsConnection() ,  and getDocs()  commands I am able to see the titles of all of my Google Documents. However, when I try to get the content of a document using getDocContent(), I get a long character string of html code that does not appear to contain the data I was expecting.

Is it working for others? Any pointers on what I might be doing incorrectly?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble. I got the RGoogleDocs package installed. Using the getGoogleAuth() , getGoogleDocsConnection() ,  and getDocs()  commands I am able to see the titles of all of my Google Documents. However, when I try to get the content of a document using getDocContent(), I get a long character string of html code that does not appear to contain the data I was expecting.</p>
<p>Is it working for others? Any pointers on what I might be doing incorrectly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

