James Martherus

Results 2 issues of James Martherus

Tidyverse functions generally take the data argument first, making it easier to use the `%>%` operator. For example: ``` dec13_excerpt % mutate(fake_weight = coalesce(llweight, cellweight)) get_totals("q1", dec13_excerpt, wt = c("weight",...

Adds a function for downloading in progress responses. Closes #220