Closed scelmendorf closed 3 years ago
Thanks for these questions @scelmendorf!
Yes, this functionality exists and is provided by the metajam package (metajam::download_d1_data()
and metajam::read_d1_files()
) and if I recall correctly, is used frequently in NCEAS data synthesis workflows. Additionally, a group of us are using it to read data packages into a visualization app over at the datapie project.
However @scelmendorf, you're more than welcome to contribute this functionality to EDIutils if metajam doesn't meet your use case.
@scelmendorf this feature is now implemented in the read_tables()
function (see version 1.3.0). Thanks for suggesting this enhancement.
@clnsmth this might already exist but I just didn't find it. I think most common use case is something like this wherein someone just wants to download ALL the tabular data into either a list (or possibly stacked should be an option) and have them come out with sensible names.
Does this exist and I am just not finding it? Or would it be worth wrapping the above into a function wtih the package?