I wonder why I can not found a object created with dplyr, example:
library(dplyr) data(mtcars) mtcars %>% summarise(max1 = max(cyl))
8