R/gd-top-trending.R

Defines functions gd_top_trending

Documented in gd_top_trending

#' Top Trending (GDELT)
#'
#' Retrieve current (last 15 minute) "top topics" being discussed on stations
#' @export
gd_top_trending <- function() {
  query_tv("", mode = "TrendingTopics")
}
hrbrmstr/newsflash documentation built on Dec. 4, 2022, 1:35 p.m.