Replace deprecated summarise_each() for summarise_all() (#824)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9eb33d8dcc
						
					
				
				
					commit
					c6e0a7a990
				
			@@ -472,7 +472,7 @@ df %>%
 | 
			
		||||
    ```{r, eval = FALSE}
 | 
			
		||||
    mtcars %>% 
 | 
			
		||||
      group_by(cyl) %>% 
 | 
			
		||||
      summarise_each(funs(list))
 | 
			
		||||
      summarise_all(list(list))
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
## Simplifying list-columns
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user