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
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
first of all, thanks for this incredible one shot interface.
As I stated in the title field, it would be great if you could make a necessary changes in your plugins functions, such that if the limit or count argument is passed in the list options specific to the data source, then it gets precedence over the function level "limit" argument. This will provide great flexibility to the user, as the user can set the values for different data sources in a preferential manner and get the desirable results through a single function call.
Let me know if you need further details from my side.
Regards,
Vipul
The text was updated successfully, but these errors were encountered:
thanks @sckott, it is now working as expected.
Just a small note: you could also consider making a slight change in the plugin_search_crossref(...) module to get rid of below warning-
Warnmeldung: tbl_df() is deprecated as of dplyr 1.0.0.
Please use tibble::as_tibble() instead.
the warning comes from a dependency - not sure which one, possibly from rcrossref, but if that pkg then its an older version of it as the current version doesn't use tbl_df anywhere
Dear Team,
first of all, thanks for this incredible one shot interface.
As I stated in the title field, it would be great if you could make a necessary changes in your plugins functions, such that if the limit or count argument is passed in the list options specific to the data source, then it gets precedence over the function level "limit" argument. This will provide great flexibility to the user, as the user can set the values for different data sources in a preferential manner and get the desirable results through a single function call.
Let me know if you need further details from my side.
Regards,
Vipul
The text was updated successfully, but these errors were encountered: