Retrieves GDELT event summary by period

get_data_gdelt_period_event_totals(
  period = "yearly",
  by_country = T,
  return_message = T
)

Arguments

period

can be c("yearly", "daily", "monthly")

by_country

is data by country can be c(TRUE, FALSE)

return_message

returns message

Value

Examples

get_data_gdelt_period_event_totals(period = 'monthly', by_country = T)