Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUsing the same argument filters as #222 for .import.rio_rdata, .import.rio_xls, and .import.rio_ods #223
Comments
This comment has been minimized.
This comment has been minimized.
Happy to have you tackle this! Your call on whether to submit separately or as one PR. |
leeper
added
the
enhancement
label
Sep 21, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bokov commentedSep 19, 2019
Please specify whether your issue is about:
in #222, the
intersect()
andsetdiff()
functions were used to generically filter the arguments passed via...
so that only the ones recognized by the underlying import function would get passed to it.The functions
load()
,readxl::read_xls()
, andreadODS::read_ods()
underlying.import.rio_rdata()
,.import.rio_xls()
, and.import.rio_ods()
respectively have the same problem.May I submit a PR/s implementing the same argument-filtering for those functions? If yes, do you prefer a separate PR for each, or grouped together?