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

scanbase parse failures #2

Open
bcdarwin opened this issue Jan 15, 2020 · 0 comments
Open

scanbase parse failures #2

bcdarwin opened this issue Jan 15, 2020 · 0 comments

Comments

@bcdarwin
Copy link
Member

Parsing a downloaded copy of Scans with readr::read_csv:

See spec(...) for full column specifications.
Warning: 905 parsing failures.
 row   col           expected          actual                                file
1440 Notes 1/0/T/F/TRUE/FALSE missing headers 'scanbase_40um-Scans_15jan2020.csv'
1441 Notes 1/0/T/F/TRUE/FALSE missing headers 'scanbase_40um-Scans_15jan2020.csv'
1442 Notes 1/0/T/F/TRUE/FALSE missing headers 'scanbase_40um-Scans_15jan2020.csv'
1443 Notes 1/0/T/F/TRUE/FALSE missing headers 'scanbase_40um-Scans_15jan2020.csv'
1444 Notes 1/0/T/F/TRUE/FALSE missing headers 'scanbase_40um-Scans_15jan2020.csv'
.... ..... .................. ............... ...................................
See problems(...) for more details.

Trying googlesheets4:

df <- read_sheet("https://docs.google.com/spreadsheets/rest_of_url")
Reading from 'scanbase_40um'

Error in parse(df$cell, ctype, ...) : is_string(ctype) is not TRUE
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

1 participant