Created
June 18, 2019 11:31
-
-
Save PietrH/1d8857ba4d3244639abb4c7663460d1b to your computer and use it in GitHub Desktop.
Save intermediate result in dplyr pipe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(tidyverse) | |
head(test) %>% | |
{.->>intermed_result} %>% #save intermediate result | |
print() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment