Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .params argument to gh() #140

Closed
jennybc opened this issue Nov 14, 2020 · 0 comments
Closed

Add .params argument to gh() #140

jennybc opened this issue Nov 14, 2020 · 0 comments
Labels
feature a feature request or enhancement

Comments

@jennybc
Copy link
Member

jennybc commented Nov 14, 2020

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.

@gaborcsardi gaborcsardi added the feature a feature request or enhancement label Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants