if(FALSE){
#Getting bubble chart for dengue for South America for last 30 days
message('Please choose the epitweetr data directory')
setup_config(file.choose())
create_map(
topic = "dengue",
countries = "South America",
date_min = as.Date(Sys.time())-30,
date_max=as.Date(Sys.time())
)
}
Run the code above in your browser using DataLab