You are working with a daily precipitation variable named “D…

You are working with a daily precipitation variable named “DailyRain” within a data frame called “TexasPrecip” in R. You want to pull out just the days that received rain and save this as a new data frame called “wetDays”. What code snippet would accomplish this?