rdata ingest defaults #3999
Labels
Feature: File Upload & Handling
Type: Suggestion
an idea
User Role: Depositor
Creates datasets, uploads data, etc.
Would suggest the following logic:
if .rdata contains 1 and only 1 data.frame --> ingest
otherwise do not ingest and simple post the file unmolested.
crucially, if .rdata contains > 1 data.frame, it's odd to ingest the "first" one, however that is determined (alphabetical?)
also, since .rdata files can include other objects beyond data.frames that are very useful, seems best to leave them be.
The text was updated successfully, but these errors were encountered: