inst/doc/hybrid-evaluation.R

## ---- echo = FALSE, message = FALSE--------------------------------------
knitr::opts_chunk$set(collapse = T, comment = "#>")
options(tibble.print_min = 4L, tibble.print_max = 4L)
library(dplyr)

## ---- eval = FALSE-------------------------------------------------------
#  summarise(per_day, flights = sum(flights))

## ---- eval=FALSE---------------------------------------------------------
#  foo <- function(x) x*x
#  summarise(per_day, flights = foo(sum(flights)) )
sctyner/dplyr050 documentation built on May 17, 2019, 2:22 p.m.