Thanks Aidan and Ivan,
> Could you give a little more detail on this [...]? [...] Typically, the
> default scoping rules are sufficient to resolve these [...].
I agree these conflicts can be solved when spotted. And certainly more easily
so if there were a dedicated currying syntax in base R as I
Dear List,
I'm writing to gauge interest in new syntax for positional-only
function parameters to be added to R.
The pattern of functions accepting other functions as inputs and
passing additional ... arguments to them is prevalent throughout
the R ecosystem. Currently, however, all such function