Guest User

Untitled

a guest
Oct 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. veloData_df = read.csv(file= "veloDataLA.csv", stringsAsFactors = FALSE)
  2.  
  3. Fastball <- subset(veloData_df, veloData_df$pitch_type == "FF" | veloData_df$pitch_type == "FT")
  4.  
  5. Fastball
  6.  
  7. object 'Fastball' not found
Add Comment
Please, Sign In to add comment