Error: attempt to use zero-length variable name
I’ve posted an issue on dplyr github page. I can reproduce the results using the code below. It has to do with whether the csv contains a column of rownames without a header. read_csv and read.csv handle this differently, thus producing differing results with filter. First the case when it works write_csv to read_csv or read.csv; both work fine with filter Now for when it fails … Read more