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 8103377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:31:58+00:00 2026-06-05T23:31:58+00:00

I have several dataframes in which I want to delete each row that matches

  • 0

I have several dataframes in which I want to delete each row that matches a certain string. I used the following code to do it:

 df[!(regexpr("abc", df$V4) ==1),]

How can I delete the row that is following, e.g. if I delete row n as specified by the code above, how can I additionally delete row n+1?

My first try was to simply find out the indices of the desired rows, but that won’t work, as I need to delete rows in different dataframes which are of different lengths. So the indices vary.

Thanks!

  • 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-05T23:32:00+00:00Added an answer on June 5, 2026 at 11:32 pm

    Use which() on your logical expression and then you can just add 1 to the result.

    sel <- which(grep("abc", df$V4))
    sel <- c(sel, sel+1)
    df[-sel,]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several view Partials (like paginator partial) which I want them to be
I have several vehicles that send a data to server each minute. The server
I have several tables that have IsActive column, which indicates whether a record is
I have several strings that are being combined to make a URI. I want
I have several labels on my UIView that I want to change the properties
I have several thousand log files with date-time stamps in them that mark certain
I have several cases where my string in strings.xml is quite long and has
I have several classes, e.g. Band , Album , Song . Each has the
I have several custom .debs that I've built. They all depend on apache and
I have several LINQ queries that will churn records (up to a million) based

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.