Skip to content

Instantly share code, notes, and snippets.

@rupertbates
Created June 10, 2014 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupertbates/28d87bc54e9edbd581e4 to your computer and use it in GitHub Desktop.
Save rupertbates/28d87bc54e9edbd581e4 to your computer and use it in GitHub Desktop.
Select from R data frame
good[(good$Ozone > 31) & (good$Temp > 90), ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment