Skip to content

Instantly share code, notes, and snippets.

@abresler
Created March 7, 2019 17:48
Show Gist options
  • Save abresler/f9c8ce3862ffcbdaf1d68ac984a08a71 to your computer and use it in GitHub Desktop.
Save abresler/f9c8ce3862ffcbdaf1d68ac984a08a71 to your computer and use it in GitHub Desktop.
library(gdeltr2)
terms <- c("Jarrett Allen", "Brooklyn Nets")
domains <- c("netsdaily.com")
dates <- generate_dates(start_date = "2019-01-01", end_date = Sys.Date(), time_interval = "days")
get_data_ft_v2_api(terms = terms, domains = domains, visualize_results = F, dates = dates, modes = "artlist")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment