Error in filter(Balance > 50, Balance < 100) : object 'Balance' not found
Asked
Active
Viewed 166 times
0

ekoam
- 8,744
- 1
- 9
- 22
-
2`filter(YOUR_DATA, Balance > 50, Balance < 100)` or `YOUR_DATA %>% filter(Balance > 50, Balance < 100)` – ekoam Oct 31 '20 at 15:01
-
you should pass the data.frame to the filter function – Abdessabour Mtk Oct 31 '20 at 15:01