Acquires daily summary data for the television shows that GDELT monitors
tv_summaries(
date_start = "2018-02-02",
date_end = Sys.Date(),
return_message = T
)
Start date of data, cannot be before June 16th, 2009
End date of data, cannot exceed current date
if TRUE
returns a messag
a tibble
tv_summaries(date_start = "2018-02-02", date_end = Sys.Date(), return_message = T)