This is a companion repo that holds the code for www.openspecy.org website and shiny application. The Open Specy package repo https://github.com/wincowgerDEV/OpenSpecy-package
Creative Commons Attribution 4.0 International
3
stars
3
forks
source link
[Feature]: Reading multiple files without being zipped #34
[X] I agree to follow this project's Contributing Guidelines.
Description
It could be nice for some users to not have to zip their files together for upload and instead allow for multiple file section as an option. Currently a little tricky to implement because it isn't integrated well into the read_any function.
Problem
Requiring zipped data which creates an extra step for some.
Guidelines
Description
It could be nice for some users to not have to zip their files together for upload and instead allow for multiple file section as an option. Currently a little tricky to implement because it isn't integrated well into the read_any function.
Problem
Requiring zipped data which creates an extra step for some.
Proposed Solution
Allow multiple file selection.
Alternatives Considered
status quo