Open jimhester opened 9 years ago
So instead of
rex(capture(name = 'test', anything))
You can write
rex(capture(test = anything))
Or the short form
rex(.(test = anything))
It should not require a huge change except for the capture implementation.
capture
I am undecided whether to try and maintain backwards compatibility with the previous behavior or not.
So instead of
You can write
Or the short form
It should not require a huge change except for the
capture
implementation.I am undecided whether to try and maintain backwards compatibility with the previous behavior or not.