Skip to content

Instantly share code, notes, and snippets.

@anilyayavar
Created April 12, 2024 07:50
Show Gist options
  • Save anilyayavar/27021e9ba4ef916d702ab38c1a06abaa to your computer and use it in GitHub Desktop.
Save anilyayavar/27021e9ba4ef916d702ab38c1a06abaa to your computer and use it in GitHub Desktop.
interviews <- read_csv("https://raw.githubusercontent.com/anilyayavar/sqlmurdermystery/main/data/interview.csv")
interviews %>%
filter(person_id %in% witnesses) %>%
pull(transcript) %>%
cat(sep = "\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment