SyntaxFix
Write A Post
Hire A Developer
Questions
df[df$aged <= df$laclen, ]
Should do the trick. The square brackets allow you to index based on a logical expression.