hadley / mastering-shiny

Mastering Shiny: a book
https://mastering-shiny.org/
Other
1.32k stars 563 forks source link

Error Reading NEISS Files #636

Open dtminnick opened 1 month ago

dtminnick commented 1 month ago

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 commented 1 month ago

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 commented 2 weeks ago

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