newsflash icon indicating copy to clipboard operation
newsflash copied to clipboard

Tools to Work with the Internet Archive and GDELT Television Explorer in R

Results 8 newsflash issues
Sort by recently updated
recently updated
newest added

Many thanks for the package! I noticed query_tv returns about 30 results most of time when I use 'ClipGallery' mode Initial try was to increase 3000L to a larger number:...

It looks like the GDELT Project has provided documentation for the 2.0 API - I'm working on a project that makes use of this data, so I'm already almost finished...

Hello! I am getting the following error. Is this user error? ``` Error: lexical error: invalid char in json text.

Queries are not retrieving timeline hits after Dec 31, 2017.

Fantastic package, but I'm missing something silly in passing date restrictions to the `query_tv()` function. For instance library(newsflash) library(tidyverse) q1 % as.Date, end_date = "2015-01-31" %>% as.Date ) returns ```...

``` query_tv("trump", "tax,healthcare,wiretap,wiretaps,wiretapping,obamacare,avoidance,returns", start_date="2017-03-12", end_date="2017-03-13") Error: lexical error: invalid char in json text.

enhancement

When I run this code slightly amended from from [the blog post](https://rud.is/b/2017/02/01/exploring-news-coverage-with-newsflash/?utm_content=bufferd52db&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer) ``` library(newsflash) library(ggalt) library(hrbrmisc) library(DT) library(plotly) library(tidyverse) starts

Hello @hrbrmstr, this is great! I just wonder, is there any possibility to query the data at the intraday level? Or getting any sort of intraday timestamps? Thanks!