Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8353381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:14:27+00:00 2026-06-09T09:14:27+00:00

If there are many blank lines in a file, how to delete blank lines

  • 0

If there are many blank lines in a file, how to delete blank lines with readLines in R?

I know I can use blank.lines.skip=Tin read.table to delete it, how about in readLines?

Also, how do I delete the last \n with readLines?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T09:14:29+00:00Added an answer on June 9, 2026 at 9:14 am

    A reproducible example:

      Z <- readLines(textConnection("line1 , stuff, other stuff\nline2 ,junk\nline3, a blank two lines follow\n\n\nline6\n"))
    >     Z
    [1] "line1 , stuff, other stuff"      "line2 ,junk"                     "line3, a blink two lines follow"
    [4] ""                                ""                                "line6"                          
    [7] ""                               
    >     Z1 <- Z[sapply(Z, nchar) > 0] # the zero length lines get removed.
    > Z1
    [1] "line1 , stuff, other stuff"      "line2 ,junk"                     "line3, a blank two lines follow"
    [4] "line6"          
    

    @Andrie was suggesting you do something like this:

    > Z <- scan(textConnection("line1 , stuff, other stuff\nline2 ,junk\nline3, a blink two lines follow\n\n\nline6\n"), 
                what="", sep="\n",blank.lines.skip=TRUE)
    Read 4 items
    >     Z
    [1] "line1 , stuff, other stuff"      "line2 ,junk"                     "line3, a blink two lines follow"
    [4] "line6" 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There were many questions about C++ template classes which contain static member variables, as
There are many questions like this but I can't find one that seems to
There are many threads and samples out there about typeahead ( https://gist.github.com/1866739 ) and
Folks, I know there have been lots of threads about forcing the download dialog
There are many similar questions, but I've tried about 15 different preg_match examples and
Yes, I KNOW about Google Analytics. We use it for our overall site metrics,
I have a black box of code that contains many threads. There is no
I've just gone blank. I have a many to many relationship with three tables.
There are many errors here in SO, but this scenario I think its different.
There are many similar questions, but I didn't find one that gets straight to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.