Closed tomjemmett closed 3 years ago
same as #53 - this feels like the kind of design decision we will be stuck with after first release.
having had brief discussions with @chrismainey / @chrisreading01, I'll give this a go! This shouldn't be an epic like my last PR at least...
currently arguments like
dateField
andvalueField
tospc()
are passed as strings, but as most people will be used to using tidyverse style functions (e.g. mutate) which expect symbols rather than strings, should we switch to using tidyeval?