0

So I've been trying to subset and remove the observations of a country from my data frame (ESS6). I have been able to remove certain variables with this function, -c(variable), but that is not useful since I only want to remove certain rows from the variable countries (cntry).

Thank you for your help :)

Matt
  • 7,255
  • 2
  • 12
  • 34

1 Answers1

0

Try using dplyr and the "filter" function

Mr. Biggums
  • 197
  • 8