> I'm using readxl and dplyr to extract a specific cell from all worksheets in 
> a directory.
> All of these worksheets have the same physical layout.

I don't have access to Excel, so can't test this.

I have a suspicion that the problem is not readxl.
But rather the "as.data.frame" step.

Try reading one file at a time.
And inspect (1) your immediate object after reading the Excel file,
and then (2) the data.frame after the as.data.frame call.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to