It seems there might be no real need to use this folder for inputs. I think it's better to use the data-raw and data directories for dataset inputs for now, which generate the relevant .rda files that are then directly included in the package. This is easier for users, and also for documenting datasets. Furthermore, we won't really lose transparency since we also intend to save the generated dataset as a CSV for that purpose.
It seems there might be no real need to use this folder for inputs. I think it's better to use the
data-rawanddatadirectories for dataset inputs for now, which generate the relevant.rdafiles that are then directly included in the package. This is easier for users, and also for documenting datasets. Furthermore, we won't really lose transparency since we also intend to save the generated dataset as a CSV for that purpose.