can't open the compressed file
Closed this issue · 3 comments
mcpasin commented
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!
NickLarsen commented
What version of R and the readr package are you using?
dgrtwo commented
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!
mcpasin commented
It now works fine. Thank you!!