| log_info("Saving simplified tweets to {output}") | log_info("Saving simplified tweets to {output}") | ||||
| save_tweets(tweets_simplified, output) | save_tweets(tweets_simplified, output) | ||||
| } | } | ||||
| isFALSE <- function(x) is.logical(x) && length(x) == 1L && !is.na(x) && !x |