Ben Baumer
Ben Baumer
Or at the very least, have `ggspraychart()` take an `aes` argument instead of `x_value` and `y_value`.
Or even just something like this: ``` spray_chart
Also, note that some re-centering and translation like this would make these coordinates a lot easier to interpret (https://github.com/beanumber/openWAR/blob/fc626057c215361cc8885be7da8d97888ba48a12/R/GameDay.R#L587)
I could maybe help with this.
Also, use new `dplyr` connections: (https://blog.rstudio.org/2017/04/13/dplyr-0-6-0-coming-soon/)
http://shiny.rstudio.com/articles/pool-dplyr.html
Correct, it does not work with spatial data. I think PostgreSQL supports spatial data, but I am not sure about the other implementations. A way forward could certainly be to...
Correct. There is only a template for `etl_extract()` created by the function, because that is the only one that is *always* necessary. `etl_transform.default()` will move all CSVs from `raw` to...
See also #34
```{r} system("wc -l filename.csv") ```