wincowgerDEV / OpenSpecy-shiny

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

Closed wincowgerDEV closed 6 months ago

wincowgerDEV commented 1 year ago

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

wincowgerDEV commented 6 months ago

This is working now at a basic level but the file names are being lost when the top matches are downloaded.

wincowgerDEV commented 6 months ago

Should be fixed now and fully working.