0
R - how to get specific rows from a dataset?
Hello together, how can I select specific rows from a dataset? My code: df <- mtcars My Problem: I only want cars, which have >50 hp. Is there any function to solve this?
1 Resposta
+ 6
Fatih ,
have a look at the lesson 31.1 in R tutorial. there is an example that is very similar to your question.