You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submission guide states that DS can be in either .txt or .xlsx input format - I had misread that initially and was only allowing for .txt input
maybe it's possible to have just one 'read' function that has an argument for dd=TRUE or dd=FALSE (where dd=FALSE means it's read in as a DS file)
The text was updated successfully, but these errors were encountered:
I just noticed that dd = TRUE is an argument for read_ds_file(). Do we want to use read_ds_file() to read datasets and data dictionaries, and depricate read_dd_files?
The alternative I can think of is to leave both functions, but have them as a wrapper for more flexible function (maybe exported, maybe not, I'm not sure) that takes the dd argument. This seems maybe a little more convoluted than necessary
Submission guide states that DS can be in either .txt or .xlsx input format - I had misread that initially and was only allowing for .txt input
maybe it's possible to have just one 'read' function that has an argument for dd=TRUE or dd=FALSE (where dd=FALSE means it's read in as a DS file)
The text was updated successfully, but these errors were encountered: