iNZightVIT / iNZightTools

Functions for integration of iNZight GUI to iNZight packages.
https://inzightvit.github.io/iNZightTools/
1 stars 4 forks source link

`smart_read` urls #207

Closed chrk623 closed 1 year ago

chrk623 commented 1 year ago

Is it expected behaviour to fail when reading from google sheets?

smart_read("https://docs.google.com/spreadsheets/d/e/2PACX-1vT7tFLpsJzy9o4kqmF7AuITTgkOdzFd5OH14-O3nWjU08LZTomNr_rWLKboA-GIGfsfnTRH2LL0vYCx/pub?gid=0&single=true&output=csv")
tmelliott commented 1 year ago

That, I believe, is due to there not being enough information to detect the delimiter - which is handled by the 'vroom' package, by default, and usually only an issue for small test files.