Created
July 3, 2019 21:08
-
-
Save djnavarro/073dd9ebf3d828ca4b811dc294a1a3de to your computer and use it in GitHub Desktop.
source code to "pipe bitch"
This file contains hidden or 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
| pipe_bitch <- tibble::tibble( | |
| line = 1:80, | |
| lyric = c( | |
| "you wanna?", | |
| "you wanna?", | |
| "", | |
| "you wanna code tidy?", | |
| "you wanna R party?", | |
| "you wanna be Shiny?", | |
| "you better pipe bitch", | |
| "you wanna lambda with me?", | |
| "purrrin' map_int() see?", | |
| "look hot with r2d3?", | |
| "you better pipe bitch", | |
| "you wanna share faster?", | |
| "don't pull to git master", | |
| "check out a git branch", | |
| "", | |
| "you better usethis", | |
| "you better usethis", | |
| "you better usethis", | |
| "you better usethis", | |
| "", | |
| "import the pipe bitch!", | |
| "import the pipe bitch!", | |
| "", | |
| "bring it on, ring utils::alarm()", | |
| "don't stop() now, just use the warning()", | |
| "testthat hard, like it's your roxygen", | |
| "watch out now, cause here it comes", | |
| "", | |
| "here comes non-standard, evaluation", | |
| "here comes the bang bang, quasiquotation", | |
| "no time to quit() now, just document now", | |
| "write it in R markdown", | |
| "write it in R markdown", | |
| "", | |
| "you wanna code tidy?", | |
| "you wanna R party?", | |
| "you wanna be Shiny?", | |
| "you better pipe bitch", | |
| "you wanna lambda with me?", | |
| "purrrin' map_int() see?", | |
| "look hot with r2d3?", | |
| "you better pipe bitch", | |
| "you wanna share faster?", | |
| "don't pull to git master", | |
| "check out a git branch", | |
| "", | |
| "you better usethis", | |
| "you better usethis", | |
| "you better usethis", | |
| "you better usethis", | |
| "", | |
| "now use_pipe() bitch!", | |
| "now use_pipe() bitch!", | |
| "", | |
| "NAMESPACE it, NAMESPACE it", | |
| "", | |
| "read_csv() and you get character", | |
| "no more strings as factors ", | |
| "spread() it wide", | |
| "spread() it wide", | |
| "", | |
| "go clean ya data, go call the janitor", | |
| "i bring the tibble, drop ain't gonna trouble ya'", | |
| "i clean with janitor, call me the janitor", | |
| "i am the bad bitch, the bitch that codes with R", | |
| "", | |
| "never chart a pie, finger to the pie", | |
| "they gonna try to hire ya', 'cos they can't deny R", | |
| "mutate in dplyr, dplyr", | |
| "arrange with dplyr, dplyr", | |
| "so never chart a pie, finger to the pie", | |
| "now they don't know the grammar, but they gonna see ya'", | |
| "pipe with dplyr, dplyr", | |
| "plot with ggplot2, ggplot2", | |
| "", | |
| "rep('pipe', 15)", | |
| "rep('pipe it out', 14)", | |
| "", | |
| "you better pipe bitch", | |
| "you better pipe bitch" | |
| ) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment