[R] how to skip last lines while reading the data in R

Henrique Dallazuanna wwwhsd at gmail.com
Mon Jan 28 11:31:37 CET 2008


Perhaps:

data <- read.table(textConnection(rev(rev(readLines('data.txt'))[-(1:2)])))

will skip the last two lines '-(1:2)'

On 28/01/2008, mrafi <confessin at gmail.com> wrote:
>
> hey all
> greetings
>
> hey all am an engineering student...and am trying to learn R
> i am trying to automate reading a specific type of file...and perform
> certain functions...but i want to omit lines in the end of the file..
> there is an option for skiping the lines before begining...but how can i ask
> R to read till n-2th or n-3th row...or skip the last 2 or 3 rows while
> reading...
> i have files of diff. number of lines...!!
> i wd be grateful to u if u can help me out of this..!!!
> thanks in advance
> Rafi...!!
>
> --
> View this message in context: http://www.nabble.com/how-to-skip-last-lines-while-reading-the-data-in-R-tp15132030p15132030.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> 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.
>


-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O



More information about the R-help mailing list