You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently needed to call gh::gh() with params pre-collected in a list, i.e. the ones you would normally provide as name = value via .... In this case, you have to use do.call() or rlang::exec(). It would be interesting for us to add an explicit .params argument for this. Or we could import rlang and turn ... into dynamic dots.
The text was updated successfully, but these errors were encountered:
I recently needed to call
gh::gh()
with params pre-collected in a list, i.e. the ones you would normally provide asname = value
via...
. In this case, you have to usedo.call()
orrlang::exec()
. It would be interesting for us to add an explicit.params
argument for this. Or we could import rlang and turn...
into dynamic dots.The text was updated successfully, but these errors were encountered: