boB Rudis

Results 418 comments of boB Rudis

It depends on what GDELT & IA put in their DB. You can clone the code and return the JSON before it gets processed and you'll see that the other...

+100 for the heads' up on their API changes. #ty!!! Step 1 was making it work with the new API changes ;-) Longer results were causing errors in `httr` so...

Neat! Moar data! I found https://www.cdc.gov/flu/weekly/pastreports.htm which looks like a decent index (perhaps not _thorough_ but it's workable). Sadly ```r library(rvest) library(furrr) library(stringi) library(tidyverse) plan(multiprocess) pg % html_attr("value") %>% ifelse(grepl("^/",...

quick wrapper for that, er, "interesting" way to expose R functions (very javascript-esque, tho). https://github.com/hrbrmstr/delphiepidata i'll add some "tidiers" once I grok the return values a bit more

thx for using RSwitch and taking the time to file an issue! Thx esp for this. I never use that feature but I can see why it's failing (I have...

Progress! I've got uploads working and just need to tweak a bit more code to get downloads working.

and downloads are working in the forthcoming release (later today)

I need to make that better in the docs (tho their API is also less than stellar)

that's a gd q. i'd like to see others chime in. "comments" IMO are explaining code whereas text in Rmd may be just blathering so not sure it should be...

Ooh. This sounds cool. Def! On Wed, Oct 23, 2019 at 08:58 Roel Hogervorst wrote: > Maybe out of scope, but I would really like a gui to switch CRAN...