Articles by hrbrmstr

Pipes (%>%) Everywhere

December 22, 2016 | hrbrmstr

An R user asked a question regarding whether it’s possible to have the RStudio pipe (%__%) shortcut (Cmd-Shift-M) available in other macOS applications. If you’re using Alfred then you can use this workflow for said task (IIRC this requires an Alfred license which is reasonably cheap). When you add ... [Read more...]

sergeant : An R Boot Camp for Apache Drill

December 20, 2016 | hrbrmstr

I recently mentioned that I’ve been working on a development version of an Apache Drill R package called sergeant. Here’s a lifted “TLDR” on Drill: Drill supports a variety of NoSQL databases and file systems, including HBase, MongoDB, MapR-DB, HDFS, MapR-FS, Amazon S3, Azure Blob Storage, Google Cloud ... [Read more...]

Package update: longurl 0.3.0 is hitting CRAN mirrors

December 18, 2016 | hrbrmstr

The longurl package has been updated to version 0.3.0 as a result of a bug report noting that the URL expansion API it was using went pay-for-use. Since this was the second time a short URL expansion service either went belly-up or had breaking changes the package is now completely client-side-based ...
[Read more...]

Minding the zoo[keeper] with R

December 16, 2016 | hrbrmstr

I’ve been drafting a new R package — sergeant — to work with Apache Drill and have found it much easier to manage having Drill operating in a single node cluster vs drill-embedded mode (esp when I need to add a couple more nodes for additional capacity). That means running Apache ... [Read more...]

Interacting With Amazon Athena from R

December 5, 2016 | hrbrmstr

This is a short post for those looking to test out Amazon Athena with R. Amazon makes Athena available via JDBC, so you can use RJDBC to query data. All you need is their JAR file and some setup information. Here’s how to get the JAR file to the ... [Read more...]

Survey on Data Science In Two Year Colleges

December 3, 2016 | hrbrmstr

The ASA (American Statistical Association) has been working in collaboration with the ACM (Association for Computing Machinery) on developing a data science curriculum for Two Year Colleges. Part of this development is the need to understand the private-sector demand for two-year college data science graduates and the prevalence of the ... [Read more...]

Mid-year R Packages Update Summary

July 24, 2016 | hrbrmstr

I been updating some existing packages and github-releasing new ones (before a CRAN push). Most are “cyber”-related, but there are some general purpose ones. Here’s a quick overview: docxtractr (CRAN, now, v0.2.0) was initially designed to make it easy to get data tables out of MS Word (docx) ... [Read more...]

Bridging The Political [Polygons] Gap with ggplot2

July 7, 2016 | hrbrmstr

The @pewresearch folks have been collecting political survey data for quite a while, and I noticed the visualization below referenced in a Tableau vis contest entry: Those are filled frequency polygons, which are super-easy to replicate in ggplot2, especially since Pew even kind of made the data available via their ...
[Read more...]

Making “Time Rivers” in R

June 28, 2016 | hrbrmstr

Once again, @albertocairo notices an interesting chart and spurs pondering in the visualization community with his post covering an unusual “vertical time series” chart produced for the print version of the NYTimes: I’m actually less concerned about the vertical time series chart component here since I agree with TAVE* ...
[Read more...]

A Call to Arms[list] Data Analysis!

June 19, 2016 | hrbrmstr

The NPR vis team contributed to a recent story about Armslist, a “craigslist for guns”. Now, I’m neither pro-“gun” or anti-“gun” since this subject, like most heated ones, has more than two sides. What I am is pro-data, and the U.S. Congress is so deep in ...
[Read more...]

On Whether Y-axis Labels Are Always Necessary

June 12, 2016 | hrbrmstr

The infamous @albertocairo blogged about a nice interactive piece on German company tax avoidance by @ProPublica. Here’s a snapshot of their interactive chart: Dr. Cairo (his PhD is in the bag as far as I’m concerned :-) posited: Isn’t it weird that the chart doesn’t have ...
[Read more...]
1 13 14 15 16 17 23

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)