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 = Sys.Date() - 1,
  date_end = Sys.Date(),
  snake_names = FALSE,
  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 = Sys.Date(), date_end = Sys.Date(), return_message = T)

abresler/gdeltr2 documentation built on Sept. 23, 2024, 5:36 a.m.