<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://osiris.eemb.ucsb.edu/wiki/galaxyucsb/index.php?action=history&amp;feed=atom&amp;title=Analyzing_Behavioral_Data_in_R</id>
		<title>Analyzing Behavioral Data in R - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://osiris.eemb.ucsb.edu/wiki/galaxyucsb/index.php?action=history&amp;feed=atom&amp;title=Analyzing_Behavioral_Data_in_R"/>
		<link rel="alternate" type="text/html" href="https://osiris.eemb.ucsb.edu/wiki/galaxyucsb/index.php?title=Analyzing_Behavioral_Data_in_R&amp;action=history"/>
		<updated>2026-04-04T06:02:44Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://osiris.eemb.ucsb.edu/wiki/galaxyucsb/index.php?title=Analyzing_Behavioral_Data_in_R&amp;diff=594&amp;oldid=prev</id>
		<title>Oakley: Created page with &quot;It is possible to import data directly from google docs into R.  # First, publish the page on google docs. # Go to the file menu, and select &quot;Publish to the Web&quot; # Hit the button…&quot;</title>
		<link rel="alternate" type="text/html" href="https://osiris.eemb.ucsb.edu/wiki/galaxyucsb/index.php?title=Analyzing_Behavioral_Data_in_R&amp;diff=594&amp;oldid=prev"/>
				<updated>2011-11-25T22:23:36Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;It is possible to import data directly from google docs into R.  # First, publish the page on google docs. # Go to the file menu, and select &amp;quot;Publish to the Web&amp;quot; # Hit the button…&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;It is possible to import data directly from google docs into R.&lt;br /&gt;
&lt;br /&gt;
# First, publish the page on google docs.&lt;br /&gt;
# Go to the file menu, and select &amp;quot;Publish to the Web&amp;quot;&lt;br /&gt;
# Hit the button Start Publishing&lt;br /&gt;
# Select CSV below&lt;br /&gt;
# Copy the link that is generated&lt;br /&gt;
# In R, use the following, replacing your url with the one in the 2nd R command&lt;br /&gt;
&lt;br /&gt;
   require(RCurl)&lt;br /&gt;
   myCsv &amp;lt;- getURL(&amp;quot;https://docs.google.com/spreadsheet/pub?key=0AkJuO1gYG12tdGJvckxnNWt2dVBYYmE4cXA4RjAwa0E&amp;amp;single=true&amp;amp;gid=0&amp;amp;output=csv&amp;quot;)&lt;br /&gt;
   read.csv(textConnection(myCsv))&lt;/div&gt;</summary>
		<author><name>Oakley</name></author>	</entry>

	</feed>