[R] How to select rows, not in sequence

Neha gupta neh@@bo|ogn@90 @end|ng |rom gm@||@com
Sat Jul 24 13:58:57 CEST 2021


Thanks a lot Sir, indeed it resolved my issue.

Warm regards

On Sat, Jul 24, 2021 at 1:51 PM Rui Barradas <ruipbarradas using sapo.pt> wrote:

> Hello,
>
> Simply by also passing a vector to the extraction function:
>
>
> rows= df[c(1,2,5,7,12) , ]
>
>
> Hope this helps,
>
> Rui Barradas
>
> Às 12:38 de 24/07/21, Neha gupta escreveu:
> > Hi
> >
> > If I have to select specific rows and all columns of a dataframe, I use:
> >
> > rows= df[1:12 , ]
> >
> > However, how to select rows if our required rows are not in sequence i.e.
> > if we need to select row numbers 1,2,5,7, and 12..
> >
> > Warm regards
> >
> >       [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list