Skip to content

Instantly share code, notes, and snippets.

@farach
Last active April 25, 2022 21:04
Show Gist options
  • Save farach/454bf90e85048395208b765d7fd2aed2 to your computer and use it in GitHub Desktop.
Save farach/454bf90e85048395208b765d7fd2aed2 to your computer and use it in GitHub Desktop.
pep_talk <- function() {
read.csv("https://raw.githubusercontent.com/farach/pep/main/pep_talk.csv") |>
purrr::map_chr(~ sample(.x, 1)) |>
glue::glue_collapse(sep = " ")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment