stephbuon / hansard-shiny

Code for the "Hansard Viewer" web app (a prototype app for applying to future support).
https://shinyviz.smu.edu/shiny/public/hansard-shiny/
MIT License
5 stars 0 forks source link

Optimize For Loops Where Possible #23

Open stephbuon opened 2 years ago

stephbuon commented 2 years ago

Are there places where I can use this syntax?

filter_out <- c("what", "was", "no", "do", "which", "is", "be", "were", "a", "had", "it", "that", "this")

all_triples_2 <- all_triples %>%
filter(!(object %in% filter_out))