Description Usage Arguments Examples
Inspect how dplyr evaluates an expression
1  | 
.data | 
 a tibble  | 
expr | 
 an expression  | 
1 2 3 4 5  | # hybrid evaulation
hybrid_call(iris, n())
# standard evaluation
hybrid_call(iris, n() + 1L)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.