Skip to content
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

Feature Request: import_list recursively importing files that contain lists #288

Closed
1 task done
billdenney opened this issue Sep 29, 2021 · 0 comments
Closed
1 task done

Comments

@billdenney
Copy link
Contributor

Please specify whether your issue is about:

  • a suggested code or documentation change, improvement to the code, or feature request

I often receive xls(x) files where I need to load all sheets from all files. Currently, I run lapply(X=setNames(all_filenames, basename(all_filenames)), FUN=import_list). It seems like it could be a useful feature to be able to run the equivalent of the above with something like import_list(all_filenames, recursive=TRUE) where recursive=TRUE means that the above would be called as lapply(X=setNames(all_filenames, basename(all_filenames)), FUN=import_list, recursive=FALSE).

If of interest, I would be happy to create a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants