Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Import from csv: Row names "use number" error #1505

Closed
huguesv opened this issue Apr 8, 2016 · 2 comments
Closed

Import from csv: Row names "use number" error #1505

huguesv opened this issue Apr 8, 2016 · 2 comments

Comments

@huguesv
Copy link
Contributor

huguesv commented Apr 8, 2016

I'm importing that bikes.csv file, and when I select Row Names=Use number, I get an error:

Error in data[[rowvar]] : attempt to select less than one element
@JeongPyoHam
Copy link
Member

Import CSV calls read.csv function, and it could fail with some combinations of input parameter depending on the input file. So, error could be by design and the error should show up in UI. The error shows up in REPL as well, however. That part might be annoying.

To determine if it is legitimate error, could you share the path to bikes.csv?

@huguesv
Copy link
Contributor Author

huguesv commented Apr 8, 2016

\pytools\r\TestData\bikes.csv

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants