<?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: Subset Data Frame Rows in R	</title>
	<atom:link href="https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Sun, 01 May 2022 09:11:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Aftab Malik		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-22766</link>

		<dc:creator><![CDATA[Aftab Malik]]></dc:creator>
		<pubDate>Sun, 01 May 2022 09:11:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-22766</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1300&quot;&gt;kassambara&lt;/a&gt;.

Thanks Man, really cleared everthin up]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1300">kassambara</a>.</p>
<p>Thanks Man, really cleared everthin up</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ramesh Ramasamy		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-2375</link>

		<dc:creator><![CDATA[Ramesh Ramasamy]]></dc:creator>
		<pubDate>Fri, 20 Sep 2019 22:55:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-2375</guid>

					<description><![CDATA[Hi!
great tutorial,  Very informative. Highly useful. Thanks a lot.]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
great tutorial,  Very informative. Highly useful. Thanks a lot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-2089</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Mon, 08 Jul 2019 05:18:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-2089</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-2085&quot;&gt;Jiali&lt;/a&gt;.

If n is positive,  top_n() selects the top n rows. If negative, selects the bottom n rows.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-2085">Jiali</a>.</p>
<p>If n is positive,  top_n() selects the top n rows. If negative, selects the bottom n rows.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jiali		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-2085</link>

		<dc:creator><![CDATA[Jiali]]></dc:creator>
		<pubDate>Sat, 06 Jul 2019 18:17:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-2085</guid>

					<description><![CDATA[I can use top_on to extract the highest data from the data frame, what about the lowest one, which function should i use?]]></description>
			<content:encoded><![CDATA[<p>I can use top_on to extract the highest data from the data frame, what about the lowest one, which function should i use?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fabricio		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1799</link>

		<dc:creator><![CDATA[Fabricio]]></dc:creator>
		<pubDate>Wed, 27 Mar 2019 15:53:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-1799</guid>

					<description><![CDATA[Thank you very much, that helped me a lot.]]></description>
			<content:encoded><![CDATA[<p>Thank you very much, that helped me a lot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1734</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 18:51:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-1734</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1727&quot;&gt;Billy&lt;/a&gt;.

In modern R programming (with tidyverse) each column should have a name.

Yu can transform your row names into a column for preserving them. The function `rownames_to_column()` can be used: 

&lt;pre class = &quot;r_code&quot;&gt;
library(tidyverse)
mtcars %&gt;%
  rownames_to_column() %&gt;%
  filter(mpg &gt; 20)
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1727">Billy</a>.</p>
<p>In modern R programming (with tidyverse) each column should have a name.</p>
<p>Yu can transform your row names into a column for preserving them. The function `rownames_to_column()` can be used: </p>
<pre class = "r_code">
library(tidyverse)
mtcars %>%
  rownames_to_column() %>%
  filter(mpg > 20)
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Billy		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1727</link>

		<dc:creator><![CDATA[Billy]]></dc:creator>
		<pubDate>Mon, 25 Feb 2019 13:44:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-1727</guid>

					<description><![CDATA[Hi!
great tutorial,  my only problem is when I subset my data I loose the row.names in the new dataframe. How to I preserve that information?]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
great tutorial,  my only problem is when I subset my data I loose the row.names in the new dataframe. How to I preserve that information?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1679</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Tue, 05 Feb 2019 19:55:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-1679</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1678&quot;&gt;sasacat&lt;/a&gt;.

The photo at the top of the site is from the &quot;Saint Andéol&quot; lake (Aubrac, Lozére, France)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1678">sasacat</a>.</p>
<p>The photo at the top of the site is from the &#8220;Saint Andéol&#8221; lake (Aubrac, Lozére, France)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sasacat		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1678</link>

		<dc:creator><![CDATA[sasacat]]></dc:creator>
		<pubDate>Tue, 05 Feb 2019 17:33:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-1678</guid>

					<description><![CDATA[Hi, I have an off-topic question - from which place is the photo at the top of this site?]]></description>
			<content:encoded><![CDATA[<p>Hi, I have an off-topic question &#8211; from which place is the photo at the top of this site?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1571</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Wed, 12 Dec 2018 18:57:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_lessons&#038;p=7233#comment-1571</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1570&quot;&gt;Ashmeel&lt;/a&gt;.

It&#039;s great that you find the answer to your question...

Thank you for the positive feedback! Highly appreciated]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/lessons/subset-data-frame-rows-in-r/#comment-1570">Ashmeel</a>.</p>
<p>It&#8217;s great that you find the answer to your question&#8230;</p>
<p>Thank you for the positive feedback! Highly appreciated</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 112/183 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 35/55 queries in 0.019 seconds using APC

Served from: www.datanovia.com @ 2025-07-23 15:08:16 by W3 Total Cache
-->