Sam Firke
Sam Firke
My mixed chart (with stacked bars and a five year rolling total line) on a dashboard starts off correct, but after some filtering on the dashboard, the filter conditions persist...
**Description** When I run `docker context create aci azurecontext`, I get the response "no subscriptions found". I'm able to create new containers with `az container create`, and `az account list...
I love how with the `dbplyr` package I can use dplyr verbs on SQL Server tables like this: ``` compost_inbound % filter(RouteMainDesc == 'AA RES COMPOST', MT %in% c(8001, 8030))...
Suggested by @elinw in #231. I am thinking this function takes a data.frame and a column name and appends a column that is the cumulative sum of that target column....
I should at the very least show how `find_header()` is used. At best I'd rework the README's dirty data example to showcase that function, too.
Right now it's not immediately obvious they're deprecated. They should either not have reference pages at all, or the reference page should just say, don't use X, use Y.
There are a few open issues suggesting improvements to `adorn_` functions like having them use the `dplyr::select` helpers to specify columns. I think those should be addressed as part of...
A note from Uwe Ligges of CRAN: >For the future: Is there some reference about the method you can add in the Description field in the form Authors (year) ?...
Making it a simpler, smaller function would make it a more useful function and have it better fit our API. Right now it recodes **and** tabulates. If it just recoded,...
Inspired by https://twitter.com/JennyBryan/status/777953052129054720 (as well as @almartin82 and @chrishaid): > Any good #rstats packages or screeds on finding duplicate-ish observations? I.e. agree on several vars but not all, realism re:...