[RkWard-devel] Good way to delete a row from a data.frame?

Pierre ECOCHARD p-eco at rocketmail.com
Thu Sep 2 11:33:11 UTC 2004


> Hi R experts!
> 
> I'm trying to implement a function to remove a row
> from a data.frame. Suppose 
> I want to remove row 20 in "my.data" (for simplicity
> let's just talk about 
> the last row in a data.frame):


You could try:
my.data <- my.data[-20]

Should keep everything except the 20th row. Works for
me.

Pierre


	

	
		
Vous manquez d’espace pour stocker vos mails ? 
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com




More information about the Rkward-devel mailing list