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
)

Arguments

date_start

Start date of data, cannot be before June 16th, 2009

date_end

End date of data, cannot exceed current date

return_message

if TRUE returns a messag

Value

a tibble

Examples

tv_summaries(date_start = "2018-02-02", date_end = Sys.Date(), return_message = T)