Skip to content

Instantly share code, notes, and snippets.

@nharrell04
Last active May 24, 2016 18:13
Show Gist options
  • Save nharrell04/41f8df7645d7647a9d651f5382e2f518 to your computer and use it in GitHub Desktop.
Save nharrell04/41f8df7645d7647a9d651f5382e2f518 to your computer and use it in GitHub Desktop.
oztemp <- hw1_data[,hw1_data$Ozone > 31 && hw1_data$Temp > 90] ## hw1_data is the full data fram I'm working with
## I'm trying to get all of the rows where the value in the Ozone column is above 32 and the values in the Temp column are above 90
## instead oztemp is a data frame w/ 0 columns and 153 rows (there are 153 rows in the data frame)
@stevekrenzel
Copy link

Also note that cars in the 1920s were hella unsafe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment