SyntaxFix
Write A Post
Hire A Developer
Questions
I will choose a simple approach using the dplyr package.
If the dataframe is data.
library(dplyr) result <- filter(data, three == 11)