Skip to content
Prev 96376 / 398506 Next

how can I delete rows?

On Tue, Jul 18, 2006 at 12:25:47PM -0300, raul sanchez wrote:
[...]


Assuming the data is stored in a data frame called bl you could do
something like this:

First you generate a list of all countries you are interested in - e.g.
And then you subset the data frame with it
SHCODE COUNTRY NAME WBCTRY X.1. X.2.
3       3   Benin  BEN      -    +   NA
12     12   Congo  COG      -    +   NA
26     26    Mali  MLI      -    +   NA


cu
	Philipp