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

import_list() should set file names on list elements #162

Closed
leeper opened this Issue Oct 4, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@leeper
Copy link
Owner

leeper commented Oct 4, 2017

If rbind = FALSE, the list should retain names corresponding to file elements here: https://github.com/leeper/rio/blob/master/R/import_list.R#L80-L89

@dannyparsons

This comment has been minimized.

Copy link

dannyparsons commented Feb 18, 2019

@leeper this is exactly what I was looking for for Excel files. But I see it only works when which is not provided. Is that deliberate? I'd still like to have a named list when I choose a subset of the sheets i.e. rio::import_list("mydata.xlsx", which = 1:2)

@leeper leeper reopened this Feb 18, 2019

@leeper leeper added bug and removed enhancement labels Feb 26, 2019

@leeper leeper added this to the v0.6 milestone Feb 26, 2019

@leeper leeper closed this in 250c00b Feb 26, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment