tv_summaries: GDELT TV Show Summary

View source: R/tv_api.R

tv_summariesR Documentation

GDELT TV Show Summary

Description

Acquires daily summary data for the television shows that GDELT monitors

Usage

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)

abresler/gdeltr2 documentation built on July 26, 2023, 11:06 p.m.