added hint for cummulative functions (#514)
This commit is contained in:
		@@ -832,7 +832,8 @@ daily %>%
 | 
			
		||||
    `flights %>% group_by(carrier, dest) %>% summarise(n())`)
 | 
			
		||||
 | 
			
		||||
1.  For each plane, count the number of flights before the first delay 
 | 
			
		||||
    of greater than 1 hour.
 | 
			
		||||
    of greater than 1 hour. (Hint: read about cummulative window functions and
 | 
			
		||||
    see how their negations work, `vignette("window-functions")`)
 | 
			
		||||
 | 
			
		||||
1.  What does the `sort` argument to `count()` do. When might you use it?
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user