This is an example of how automatization can be implemented in the work flow.
My list of movies include `r nrow(dfmv)` entries.
The title of those movies are `r dfmv$Movie`.
Is there a movie that I actually dont like on that list, well, the answer is that I dislike exactly
`r dfmv %>% filter(Like %in% c("No","no","NO")) %>% nrow()`
movies on that list.