<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>scienceoss.com &#187; merge</title>
	<atom:link href="http://scienceoss.com/tags/merge/feed/" rel="self" type="application/rss+xml" />
	<link>http://scienceoss.com</link>
	<description>useful tidbits for using open source software in science</description>
	<lastBuildDate>Wed, 26 May 2010 03:34:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Combine dataframes in R</title>
		<link>http://scienceoss.com/combine-dataframes-in-r/</link>
		<comments>http://scienceoss.com/combine-dataframes-in-r/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 15:15:11 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[R]]></category>
		<category><![CDATA[dataframe]]></category>
		<category><![CDATA[merge]]></category>

		<guid isPermaLink="false">http://scienceoss.com/combine-dataframes-in-r/</guid>
		<description><![CDATA[Quick answer: use merge. You can also use rbind, but it will only be useful for simple cases. See http://www.statmethods.net/management/merging.html for more details.]]></description>
			<content:encoded><![CDATA[<p>Quick answer:  use <span class="c">merge</span>.  </p>
<p>You can also use <span class="c">rbind</span>, but it will only be useful for simple cases.  </p>
<p>See <a href="http://www.statmethods.net/management/merging.html">http://www.statmethods.net/management/merging.html</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://scienceoss.com/combine-dataframes-in-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

