CEDS
CEDS copied to clipboard
readData can fail if no metadata files available
The fail appears to happen on the second file read with no metadata, for example see issue 24
For now the fix is to add:
, meta = FALSE )
to the end of each readData commands to turn off its attempt to read metadata.