boB Rudis
boB Rudis
One way I got around this was in https://github.com/hrbrmstr/awsathena/blob/master/R/collect-async.R (tidyverse-oriented) but once you get a query execution ID I have https://github.com/hrbrmstr/awsathena/blob/master/R/download-query-ex-res.R which uses https://github.com/hrbrmstr/awsathena/blob/master/R/s3-download-file.R for the S3 download. I was...
wrong button hit. meh. It'd also be good to consider integrating this with @leeper's `cloudyr` https://github.com/cloudyr IMO. I have commit rights there so I can do that once this gets...
Ha ha nice. Just be prepared for them to catch it because they did that for one of my packages very recently and got it kicked off CRAN. On Fri,...
Thx for taking the Rmd for a spin (or a knit :-) and also taking time to post an issue/questions! Aye. And I likely shld have noted it far better...
I've now noted this in the README and in the first Rmd comment snippet. If you do try it again and it works, I'll close the issue.
This looks 👍 ! I added one comment/suggestion but this will be helpful to folks (especially ensuring timezone b/c I tend to be a bit lazy and let things float...
totally doable (I just went with a copy of what D3 folks had done a while back). Let me see if I can carve out time this weekend to add...
this is super helpful! #ty! I'll figure out a way to work in the year argument but perhaps will shunt in a hacky "current" function just to make sure it's...
heh. saw the SO question as well. Here's how to do it manually (since I'm likely not going to get to this being a parameterized option anytime soon): https://rud.is/b/2014/11/16/moving-the-earth-well-alaska-hawaii-with-r/
Thx for giving it a go. I've re-gen'd the README (https://github.com/hrbrmstr/albersusa/blob/master/README.md) and added the output of the session info that was used to generate it. Since it's been used by...