We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 )
, meta = FALSE )
to the end of each readData commands to turn off its attempt to read metadata.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: