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
In order not to make thing more complicated (such as introducing new parameters for such an edge case), my suggestion is simply to make some precedence rules.
Of course, one can argue why anyone would use compressed formats with multiple sheets in the first place, e.g.
xlsx.zip
. But a bug is a bug.The issue is that the
which
parameter ofimport()
is used twice: first for selecting a file in the archive, and second for selecting a sheet.rio/R/import.R
Line 131 in c86db70
rio/R/import.R
Line 156 in c86db70
In order not to make thing more complicated (such as introducing new parameters for such an edge case), my suggestion is simply to make some precedence rules.
Created on 2024-05-14 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: