-
Notifications
You must be signed in to change notification settings - Fork 6
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
Florabank query #49
Florabank query #49
Conversation
Anyone know how to get rid of this note (after running Build check)?
It happens when using an infix SQL function within a dbplyr filter statement. See dbplyr vignette section on infix functions |
The issue about the note can be solved as explained here |
Question: the functions possibly return lots of records (especially |
Maybe by using commandos But, the question is: do people really need to work locally on these data? Would it be an option to inform them about number of records they are going to get before to collect the data? A message like:
|
Thanks! I'll have a look at the documentation of these DBI functions. I'd rather not let the function be interactive with the user (not suitable for use in markdown knitted documents). |
dbplyr automatically replaces |
@ThierryO thanks for the review! Most of the comments are resolved. For some I need to take a closer look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad to be learning from this code + reviewing @hansvancalster, @ThierryO , cool.
Co-Authored-By: Floris Vanderhaeghe <[email protected]>
@ThierryO I think all your comments are addressed. Can you approve? |
I propose to add 3 functions to inborutils that facilitate some often required queries to the florabank.
See also this issue in inbo/tutorials