Skip to content
New issue

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

Error Reading NEISS Files #636

Open
dtminnick opened this issue May 15, 2024 · 3 comments
Open

Error Reading NEISS Files #636

dtminnick opened this issue May 15, 2024 · 3 comments

Comments

@dtminnick
Copy link

I'm getting an error when I try to read the NEISS files after downloading them.

This line...

injuries <- vroom::vroom("./inst/extdata/injuries.tsv.gz")

...produces this error...

Error: Could not guess the delimiter.

Use vroom(delim =) to specify one explicitly.

I get the same error when I attempt to read the population and products files.

@a-damC
Copy link

a-damC commented Jun 2, 2024

Hello @dtminnick ,
I had a similar issue. When I looked into the downloaded files they seemed to be html outputs.
I decided to just manually download the raw files from github.

@celiahein
Copy link

I had the same issue. I also downloaded manually from Github

@waseem-medhat
Copy link

As of now the issue still exists. I believe this is because the source's master branch was renamed to main which broke the download URLs. You can change the URL in your code to reflect that as mentioned in #617.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants