dgrtwo/StackLite

can't open the compressed file

Closed this issue · 3 comments

Hi David, after loading required libraries, downloaded the archive and unzipped it in my working directory, I am not able to open it properly in R.

questions <- read_csv("questions.csv.gz")
I get this message:
Parsed with column specification:
cols(
version https://git-lfs.github.com/spec/v1 = col_character()
)

The object "questions" is created and appears in my workspace, though it contains just 2 obs of 1 variable. Am I missing something? Thank you very much!

What version of R and the readr package are you using?

This was my fault: I had an issue with GitHub LFS (large file service) that stopped it from downloading the full file. It should work now- please try again!

It now works fine. Thank you!!