if(FALSE){
#Running the detect loop
library(epitweetr)
message('Please choose the epitweetr data directory')
setup_config(file.choose())
df <- search_tweets(
q = "vaccination",
topic="COVID-19",
countries=c("Chile", "Australia", "France"),
from = Sys.Date(),
to = Sys.Date()
)
df$text
}
Run the code above in your browser using DataLab