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 limit parameter #7

Closed
tylerlittlefield opened this issue May 10, 2021 · 0 comments · Fixed by #16
Closed

Add limit parameter #7

tylerlittlefield opened this issue May 10, 2021 · 0 comments · Fixed by #16
Labels
enhancement New feature or request

Comments

@tylerlittlefield
Copy link
Member

tylerlittlefield commented May 10, 2021

It's possible to only select n rows in the request:

r <- httr::GET("https://exoplanetarchive.ipac.caltech.edu/TAP/sync?query=select+*+from+k2names+top+5&format=csv")
httr::content(r, type = "text/csv")

Add a parameter limit to exoplanets().

Note: Found out about top from https://www.ivoa.net/documents/ADQL/20180112/PR-ADQL-2.1-20180112.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant